Skip to content

bonniepeng2002/WatIamLOST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WatIamLOST

Contributing

  1. Ask one of the collaborators to add your IP address to the list of whitelisted IPs for the MongoDB instance.

  2. Register for an UWaterloo API Key. In particular:

  • Fill out the fields in /v3/Account/Register.
  • An email will be sent to the address specified in the form with an activation code and your API key.
  • Copy the activation code and fill in the corresponding fields in /v3/Account/Confirm.
  • Your API key will now be activated.
  1. Clone the git repository.

  2. Place the following environment variables in server/.env:

DB_CONNECT
TOKEN_SECRET
CLASSES_URI
WATERLOO_API_KEY
  1. Build and start the server:
cd server
npm install
npm run build
npm start
  1. Start the client:
cd client
npm install
npm start

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published