tptimer/README.md

9 lines
224 B
Markdown
Raw Permalink Normal View History

2018-07-20 05:52:26 +00:00
# tptimer
a social network for speedcubers
## Instuctions to run the server in dev mode
1. run `poetry install`
1. create a .env file that contains "secret_key" and "sql_uri" env vars
1. execute `poetry run python app.py`