Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 269 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 269 Bytes

Backend for BigBrother

Setup

conda create -n bigb python=3.8
conda activate bigb
pip install -r requirements.txt
uvicorn app.main:app --reload

Heroku Deploy Command

heroku git:remote -a bigbbe
git push heroku main

Todo deployment docs