Skip to content

GSG-K3/stop-go-continue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction (Stop-Go-Continue)

  • 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.

List of Endpoints

  • /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 Journy:

* 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.

How To Run our project:

  1. clone repo.
  2. in terminal: npm i
  3. create database in heroku.
  4. create config.env file in the project.
  5. take the database url from heroku and save it in config.env file like this:
    DATABASE_URL = < your database from heroku >
  6. in the terminal : npm start
  7. open localhost:3000 and the project will run.

File Structure:

  • 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
    • server
      • app.js
      • router.js

DB Schema:

Team

About

stop-go-continue (Banan, Hussien, Nidaa, Rahaf)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •