Skip to content

aakashahpl/moviesServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published