mkvirtualenv fapi
createdb fapi
pip install -r requirements/base.txt
./manage upgrade
./manage run
Url to check: http://127.0.0.1:5000/account/
The response should look like this:
{"operation_time":0.0007078647613525391,"operation_id":1}
mkvirtualenv fapi
createdb fapi
pip install -r requirements/base.txt
./manage upgrade
./manage run
Url to check: http://127.0.0.1:5000/account/
The response should look like this:
{"operation_time":0.0007078647613525391,"operation_id":1}