Skip to content

rkulinski/MovieDatabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MovieDatabase

Endpoints:

POST /api/movies - creates a movie in database body { title: String }

GET /api/movies - get all movies from database

POST /api/comments - add comment body { movie_id: String, comment: String }

GET /api/comments - displays all comments /api/comments?movie_id=[movie id] - displays comments on selected movie

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published