Skip to content

sandaruwan98/REST-API-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restful API with Node.js Express and MongoDB

To run in localhost,

npm start

or

node app.js

GET /movie/all/{limit}

Get movie title list with given limit.

GET /movie/{id}

Get a movie details with given id.

GET /movie/search/{word}

Search movies and get results

GET /movie/imdb/{rating}

Get all movies higher than given imdb rating.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published