Skip to content

HerrTopi/movie-browser-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nodejs server for the Movie Browser client

Available endpoints

GET /movies

Lists movies that math the query named query param

GET /movie

Returns details about the movie with the id equal to the id named query param

GET /similar

Lists movies that are similar to the movie with the id equal to the id named query param

Possible improvements

  • Make a proper API documentation
  • Better error handling (for example handle failed requests better)
  • Testing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published