Project Demonstration: https://youtu.be/U7t7Up1ltZ4?t=170
Database password is available at Dotenv repository
- Follow instructions here: https://www.mongodb.com/docs/atlas/cli/stable/install-atlas-cli/ (please make sure to run
brew install mongodb-atlas-cli) - Follow instructions here: https://www.mongodb.com/docs/drivers/node/current/quick-start/ (note:
npm ishould just get you up and running since everything's already in thepackage-lock.json, please contact Juan Rodriguez if any issues arise) - Set environment variable in
.bashrcor.zshrc. Sample.zshrcbelow (please append to your.zshrc, do not overwrite your configuration files):
export DB_PASS="SECRET_FROM_DOTENV_REPOSITORY" # you got an invite to dotenv.org, the password is thereEnvironment variables used only in the frontend can be put in a file called .env.local
This file is ignored by git so as to not push passwords to the remote
If you do not yet have this file, create it in the root frontend directory /frontend/
SMTP Password is available at Dotenv repository
NEXTAUTH_URL=http://localhost:3000
NEXT_PUBLIC_PORT=8000
SECRET=l2DBFmxj0I5y0t3GVkvQ4tDIREzRU8tBP19PDWKfQ54=
SMTP_PASS=