Skip to content

unitSphere/quizlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quizlab

Access the project live @ http://64.225.36.241

Feel free to test it by creating a teacher account and student accounts and logging in with them
As well as creating a class for them to be assigned in and generating a quiz and assigning the quiz
And finally, taking the quiz and viewing the results/progress

Run App (Frontend and Backend Separately -> Better for development)

  1. Install dependencies by npm install (Both in /backend and /frontend directories)
  2. node app.js keep this running (execute in /backend)
  3. cd ./frontend
  4. npm start keep this running (execute in ./frontend)
  5. Test the app through the port that you will be redirected to by frontend (e.g. localhost:3000)

Run app (Same port for backend and frontend -> Better for production)

  1. Install dependencies by npm install (Both in /backend and /frontend directories)
  2. In /frontend execute npm run build
  3. In /backend execute node app.js
  4. Test the app through the port that you will be redirected to by backend (e.g. localhost:5000)

Latest data structures can be found at:

https://docs.google.com/document/d/1G5C47jNg8QfjJGCW016F-I5mKgTQQ01qr8TMGWVMVy4/edit?usp=sharing

About

A project for CSCI4140

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published