This is the server-side codebase for the WMovies project. It's a Node.js application that provides a RESTful API for managing movies, TV shows, categories, and users.
The API documentation is available at https://mern-movies-project-server.vercel.app/api/swagger/.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js
- npm
Clone the repository:
git clone https://github.com/thaoanhhaa1/MERN-Movies-Project-Server.git
Install the dependencies:
npm install
Create a .env
file in the root directory of the project and add your environment variables.
Start the server:
npm start
Please read CONTRIBUTING.md
for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the ISC License.
Thanks to all contributors who participated in this project.