Movie API is a backend server application built with Node.js and Express.js. It provides a RESTful API for accessing movie data and managing user accounts.
- User registration and authentication
- Movie information retrieval
- User profile management
- Movie favorites functionality
- Clone the repository.
- Navigate to the project directory.
- Install the dependencies using
npm install
.
- Set up a MongoDB database and configure the connection string in
config.js
. - Start the server using
npm start
. - Access the API endpoints using a REST client or browser.
- Node.js
- Express.js
- MongoDB
Contributions are welcome! If you would like to contribute to this project, please fork the repository and submit a pull request.