https://brand.ucla.edu/identity/colors
for frontend:
- cd into frontend folder and do npm install
- make a .env file in root of frontend folder
- in .env file put: REACT_APP_BACKEND_URL=http://localhost:5000
for backend:
- cd into backend folder and do npm install
- make .env file in root of backend folder
- in .env file put MONGO_URI=your actual mongo uri
- in same .env file put JWT_SECRET=uclabruinbusiness100 on second line