Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 797 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 797 Bytes

CSC 317 Course Project

Purpose

The purpose of this repository is to store all the code for your web application. This also includes the history of all commits made and who made them. Only code submitted on the master branch will be graded.

Please follow the instructions below and fill in the information requested when prompted.

Student Information

Information
Student Name Ethan Zheng
Student ID 922474550
Student Email ezheng2@sfsu.edu

Build/Run Instructions

Build Instructions

  1. cd into applications folder
  2. run npm install in the terminal (installs dependencies)
  3. run npm run builddb to build database

Run Instructions

  1. run npm start in the terminal