You can clone the repo by typing the command:
> git clone https://github.com/FACN7/week8_movies_AM.git
> cd week8_movies_AM
> npm i
> npm run start:watch
This is a mini app for movie ratings. In the main page you can see a list of movies with all their details. you can rate a movie by selecting the number of stars you want. the data will be stored in the DB with express,promises and postgres SQL. there is a table of ratings and a special query that sums up all the rates for each movie and then calculates the average rate.
- Set up project architecture
- Set up a server
- Set up a database
- Host on Heroku
- Express with HBS and Promises
- Navbar as a partial
- ES6
- CSS
- add admin user and enable adding and deleting movies
- add login, auth and jwt
- testing
- Promise.all
- HBS
- Express