Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 617 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 617 Bytes

Movie Server

Description

Api for getting and posting data for movies,producers and directors.

Movie Api routes

  • /movies/create - to add a movie
  • /movies/getMovies - to get all movies data
  • /movies/update:movies_id - to update a movie with a particular ID
  • /movies/delete:movies_id - to delete a movie with a particular ID

Installation

  • The server is connected to compass version of mongoDB.
  • Install mongodb on your system and connect it to the server on default mongod port 27107 using mongoose.
  • Install necessary modules - 1)mongoose 2)express 3)body-parser 4)nodemon(not necessary)