Members: Paul Leone, Sangyun Lee, Pamela Yin
About: This project allows employers to create and send software programming quiz
to candidates via unique email link, have candidates take timed quiz, and view the
quiz ranking and other data analysis.
In the root directory, to install backend dependencies:
npm install
In the client directory, to install dependencies:
npm install
To start frontend:
npm start
To start backend and client server together:
npm run dev
To start backend dev server:
npm run server
To start backend server w/o real time updates:
npm start