Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 794 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 794 Bytes

Movie Mania API's

It provide some basic API's for creating movies and giving paginated list of movies

Prerequisites

  1. Nodejs
  2. MognoDB

Installing App

 git clone https://github.com/riyajk/node-movie-mania-api.git
 cd node-movie-mania-api
 npm install
 npm start

API's

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.

  1. HTTP#POST : http://localhost:3001/movie
  2. HTTP#GET : http://localhost:3001/movie

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details