Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 327 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 327 Bytes

backend

Initial setup

git clone https://github.com/On-A-Budget/backend && cd backend
python -m venv venv && source venv/bin/activate && pip install -r requirements.txt

Update local

git pull && source venv/bin/activate
pip install -r requirements.txt --upgrade

Run

python main.py