Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 260 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 260 Bytes

bluebox-api

Installation

Update ./config.py and fill in appropriate values.

python3 -m venv venv 
. venv/bin/activate
pip3 install -r requirements.txt 

Useful Commands

flask db upgrade # Run all the migrations