An online social media platform for sharing uplifting insights! Only the front-end (HTML and Bootstrap CSS) was completed for school, and I've since hooked it up with a back-end with live data as a fun side project!
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
touch .env
Make sure to fill .env with correct contents (see .env.example).
Create virtual environment
python -m venv .venv
Activate virtual environment
source .venv/bin/activate
Deactivate virtual environment
deactivate
Update requirements.txt with currently installed dependencies
pip freeze > requirements.txt
Install dependencies listed in requirements.txt
pip install -r requirements.txt
python app.py
cd path/to/repo
./deploy/deploy.sh- Put auth behind middleware for better reuse and separation of concerns.




