CS 446 App Repo
- Install python locally on your machine (version 3.10 or later)
- Set up virtual environment
- Run
cd .\flask_api\ - Run
python -m venv venvto create the virtual environment - Run
venv\Scripts\activate - Run
pip install -r requirements.txt - Add
sharespace-firebase.jsonto flask_api folder - Add
.env.potentialto flask_api folder - Run
python main.py
Once setup has been completed, you only need to run steps 3, 4, and 7.