A simple RESTful API for managing movie lobby information.
- Node version 18
- NPM version 9.5.1
- MongoDB shell version v5.0.21
- Create a DB named movie_lobby in MongoDB
-
Clone the repository:
git clone https://github.com/yourusername/movie-api.git cd movie-api
-
npm install
-
cp .env.example .env
-
npm start
- The API is now running at http://localhost:3000. You can use tools like Postman or cURL to interact with the endpoints.
-
Kindly refer to movie_lobby.postman_collection.json at the root folder of the application.
-
It consists of all API endpoints and a sample request and response for API usage