Skip to content

Loggoe/badmovie

 
 

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 webapp which gives you horrible movies to look at based on certain search criteria. The user can then opt to save a movie to their favorites and also delete items they don't like anymore.

Basic functionality (CRUD app minus update functionality):

[ ] Search for movies by genre

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

[ ] I expect the movies to be sorted by horrible ratings first (figure out how to modify the API endpoint to do so)

[ ] If I click a movie on the search results, it will save to my favorites (mySQL database, you must make your own Schema)

[ ] If I'm viewing my favorites and click an item, it will remove the item (page should auto update somehow)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%