Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

pamelayin/CS467-Capstone

 
 

Repository files navigation

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 with different question types (true/false, single choice, multiple seletion, and free response) to candidates via unique email link, have candidates take timed quiz, grade the quiz automatically and manually, and view the quiz ranking and other data analysis.

Tech Stack

MongoDB, Express, Node, React, Bootstrap, Nodemailer, Bcrypt, Radium, Axios

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.4%
  • Other 1.6%