It provide some basic API's for creating movies and giving paginated list of movies
- Nodejs
- MognoDB
git clone https://github.com/riyajk/node-movie-mania-api.git
cd node-movie-mania-api
npm install
npm start
Movie list are stored in moviedata.json
file.
We need to create list of movie from this json file by inserting them in collection Movie
.
In order to create it please call below API first.
- HTTP#POST : http://localhost:3001/movie
- HTTP#GET : http://localhost:3001/movie
- Riyaj Khan - stackoverflow
This project is licensed under the MIT License - see the LICENSE.md file for details