Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 901 Bytes

File metadata and controls

32 lines (21 loc) · 901 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 Pedro Grande
Student ID 921149265
Student Email pgrande@mail.sfsu.edu

Build/Run Instructions

Build Instructions

  1. Access the application folder
  2. npm install
  3. create .env file with the following environment variables: DB_HOST, DB_NAME, DB_USER, DB_PASSWORD, PORT
  4. npm run builddb

Run Instructions

  1. access application folder
  2. npm start
  3. visit localhost:3000 on browser