Movie Logger is an app that allows the user to log their movie viewing experience. Currently it allows the user to create an account and rate films out of 5 stars. Once rated, the movie is saved in the user dashboard.
Upcoming features include:
- Movie viewing achievements to "game-ify" the app.
- Allow users to record the status of the movie as "watched", "watching", or "dropped".
- Recommendation system that collects user preferences and suggests movies between users that have similar tastes.
- Monetize the site by accepting sponsorships and using affiliate links to purchase movie merchandise including home media.
- Clone repo.
- npm i
- Create associated mysql database
https://movie-logger2021.herokuapp.com/
This application was made possible with the use of the follow dev tools:
- Node.js
- Express.js
- MySQL
- Sequelize
- Handlebars
- Dotenv
- JawsDb
- Axios