Skip to content

FACN7/week8_movies_AM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FACN7 - Movie Ratings

A group project for Founders and Coders, week 8

Ariel Elbahar & Mohammad Diab

how to install

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 

User Journey

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.

What we did:

  • 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

Stretch goals:

  • add admin user and enable adding and deleting movies
  • add login, auth and jwt
  • testing

new stuff we've learned

  • Promise.all
  • HBS
  • Express

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published