Closed mdewey closed 6 years ago
You are tasked with taking the Movie DB you created and putting that into an API. This API should use the simple Movie Database that we created when we started Entity Framework.
GET /Movies
GET /Search?title=Jurassic
POST /Movie
GET /Movies?genre={Genre}
Genre
Search
Your homework will be assigned to you via issues on your assignments repository. Once you are complete with your assignmnet, link the new repo here.
issues
assignments
https://github.com/agustus9/MovieAPI
Lets All Go to the Movies...
You are tasked with taking the Movie DB you created and putting that into an API. This API should use the simple Movie Database that we created when we started Entity Framework.
Objectives
Explorer Mode
GET /Movies
Endpoint that returns all moviesGET /Search?title=Jurassic
that returns all movies where the title contains the title parameterPOST /Movie
endpoints that adds a movie to the database. THis should take a JSON bodyGET /Movies?genre={Genre}
that returns movies of only that GenreAdventure Mode
Genre
be its own tableSearch
endpoint to have manyEpic Mode
Turning In
Your homework will be assigned to you via
issues
on yourassignments
repository. Once you are complete with your assignmnet, link the new repo here.