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.
Information | |
---|---|
Student Name | Ethan Zheng |
Student ID | 922474550 |
Student Email | ezheng2@sfsu.edu |
- cd into
applications
folder - run
npm install
in the terminal (installs dependencies) - run
npm run builddb
to build database
- run
npm start
in the terminal