Skip to content

moemosaad/badmovie-TA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bad Movies

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.

Basic functionality (CRUD app minus update functionality):

[ ] User should be allowed to search for movies by genre

[ ] User should be given a list of official genres to choose from

[ ] Movies should be sorted to show the movies with horrible ratings first (figure out how to modify the API endpoint to do so)

[ ] 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)

[ ] If a user is viewing their favorites they should be able to delete a movie from their favorites by clicking on it

The API for the application:

https://developers.themoviedb.org/3/getting-started/introduction


To start the server and start webpack check out package.json

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%