To install:
- Clone repo
- Navigate to the directory in Terminal and run
npm install
to install all dependencies - Run
touch .env
to create a.env
file. This file will store all API keys and other variables, and is excluded from our Git repository so others don't access our keys. - Ask Mathew for the keys to add to your .env file
- Run
nodemon
to start the server - Go to
localhost:5000
to view the site