Project is implemented using the Assignment-3 template provided by Professor Hess at Oregon State University.
IMPORTANT
Before running the app, create a local environment file!
This can be done in the terminal window by doing:
"touch .env.local"
Then place the client id, client secret and redirect url in that new file.
*This next portion is done on two separate terminal windows, one to run the app and one for the server.
To run the app:
- Install dependencies (npm install)
- Run (npm run dev)
To run server:
- Run (npm run api)