Skip to content

thaoanhhaa1/MERN-Movies-Project-Server

Repository files navigation

WMovies API

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.

Tech Stack

Node.js Express MongoDB Mongoose JWT Joi Bcrypt Axios Cors Dotenv Swagger

View the API Documentation

The API documentation is available at https://mern-movies-project-server.vercel.app/api/swagger/.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js
  • npm

Installing

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

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the ISC License.

Acknowledgments

Thanks to all contributors who participated in this project.