You have two ways of working on your project: Local and Gomix.
-
Clone the repo.
-
Create a
env.sh
file that contains:export MONGODB_URI='YOUR URI'; export SECRET='YOUR SECRET'
-
Run
source .env
, and you are good to go!
- Go to https://glitch.com/edit/#!/horizons-hackathon and click
Remix this 🎤
- Select
.env
on the left panel, add yourMONGODB_URI
andSECRET
- Click
Show
at the top to preview your app!