- A game consist of feedback of students in the cohort, that reflects their recent experiences, and student give their suggestions about things they want to change to move forward.
/home
consists of sign in and sign up/cf
consists of all students feedback/students
consists of form gives the student the ability to enter his feedbak(stop-go-continue)
* User enter the home page to sign in or sign up. * If the user is a student it goes to the student page to gives its feedback. * If the user is a cf it goes to the cf page to see all feedbacks of the students.
- clone repo.
- in terminal: npm i
- create database in heroku.
- create config.env file in the project.
- take the database url from heroku and save it in config.env file like this:
DATABASE_URL = < your database from heroku > - in the terminal : npm start
- open localhost:3000 and the project will run.
-
public
-
css
- cf.css
- home.css
- student.css
-
js
- cf.js
-
cf.html
-
home.html
-
student.html
-
-
src
- models
- database
- queries
- auth.js
- getData.js
- postData.js
- db_bulid.js
- db_bulid.sql
- db_connection.js
- queries
- database
- server
- app.js
- router.js
- models