A teaching assignment designed to cover the fundamentals of fullstack
Learn the fundamentals of application structure and database integration by making a web app that renders horrible movies based on certain search criteria. The user can then opt to save a movie to their favorites and also delete items from their favorites that they don't like anymore.
[COMPLETE] User should be allowed to search for movies by genre
[COMPLETE] User should be given a list of official genres to choose from
[COMPLETE] Movies should be sorted to show the movies with horrible ratings first (figure out how to modify the API endpoint to do so)
[COMPLETE] User should be able to click on a movie within the search results in order to save it to their favorites (mySQL database, you must make your own Schema)
[COMPLETE] If a user is viewing their favorites they should be able to delete a movie from their favorites by clicking on it
https://developers.themoviedb.org/3/getting-started/introduction
To start the server and start webpack check out package.json
example api request https://api.themoviedb.org/3/movie/550?api_key=a11656b42e2c59147e25c45a3f244c3a