Skip to content

riyajk/node-movie-mania-api

Repository files navigation

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

About

Node express REST API's demo with mongoose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published