Closed mdewey closed 6 years ago
I appreciate the commit messages π
I appreciate that you noticed ππ
Sent from my iPhone
On Apr 19, 2018, at 1:31 PM, Mark Dewey notifications@github.com wrote:
β You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or mute the thread.
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.