FACK1 / mo-raz

0 stars 1 forks source link

FAC Revs

The Link of website: FAC Revs

User Stories

As a FACK1 student...

I can leave a review/feedback about the course

I can see other students' reviews

As a visitor on the site...

I can see the students in FACK1

I can see the FACK1 student reviews

File Structure

- Public
       |__index.html
       |__Js
              |_ main.js
              |_dom.js
       |__ css
              |_ styles.css
              |_ resets.css
- Src
     |__ database
              |_ db_build.sql
              |_ db_bulid.js
              |_ db_connection.js
    |__ queries
              |_ getData.js
              |_postRevs.js
    |__ server
              |_ server.js
              |_ router.js
              |_ handler.js
    |__ test
              |_ routes_test.js
              |_ db_test.js
- gitignore
- config.env

Schema database

screenshot from 2018-12-05 19-11-49

How to run our site on your machine?