Originally created by Julia Ying, Grace Kim, Ritika Bhatnagar, Aasha Jain
- Create
.envwith our env variables (database, secret key, email info). - Create
.envin thefrontendfolder with the Google API key. cd backend, activate your COS333 virtual environment, andpip install -r requirements.txt.cd frontend, and runnpm install.- To run the application, make two terminals:
- Make sure you are in
backendand runpython app.py. - Make sure you are in
frontendand runnpm run dev.
- Make sure you are in
- Navigate to http://localhost:5173/ to view application. (Backend runs on http://localhost:5000/).
cd frontendand runnpm run build. This will create adistfolder infrontend.- Commit that new
distfolder. - Navigate to https://lift.tigerapps.org/.