Julia Ying, Grace Kim, Ritika Bhatnagar, Aasha Jain
- Create
.env
with our env variables (database, secret key, email info). - Create
.env
in thefrontend
folder 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
backend
and runpython app.py
. - Make sure you are in
frontend
and runnpm run dev
.
- Make sure you are in
- Navigate to http://localhost:5173/ to view application. (Backend runs on http://localhost:5000/).
cd frontend
and runnpm run build
. This will create adist
folder infrontend
.- Commit that new
dist
folder. - Navigate to https://lift.tigerapps.org/.