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 | Pedro Grande |
| Student ID | 921149265 |
| Student Email | pgrande@mail.sfsu.edu |
- Access the application folder
- npm install
- create .env file with the following environment variables: DB_HOST, DB_NAME, DB_USER, DB_PASSWORD, PORT
- npm run builddb
- access application folder
- npm start
- visit localhost:3000 on browser