Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 826 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 826 Bytes

CS467 Capstone Project

Software Programming Quiz by Team QuizBanana

Introduction

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.

Setup - Dependencies

Backend Setup

In the root directory, to install backend dependencies:

npm install

Frontend Setup

In the client directory, to install dependencies:

npm install

To start frontend:

npm start

Running Project

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