Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 413 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 413 Bytes

Definition storage service API

Swagger UI

How to

Rub the project:

virtualenv venv

source venv/bin/activate

pip install -r requirements.txt

python manage.py db init

python manage.py db migrate

python manage.py db upgrade

python manage.py runserver