A social network for speedcubers
 
 
 
 
 
 
Go to file
kirbylife 844c56c26c add the instructions to run the server again 2023-07-14 00:19:51 -06:00
pyTwistyScrambler remove all the shit files 2023-07-13 23:28:08 -06:00
static first commit 2018-07-20 00:43:02 -05:00
templates first commit 2018-07-20 00:43:02 -05:00
.gitignore remove all the shit files 2023-07-13 23:28:08 -06:00
README.md add the instructions to run the server again 2023-07-14 00:19:51 -06:00
app.py first commit 2018-07-20 00:43:02 -05:00
config.py it's alivegit add . 2023-07-14 00:17:02 -06:00
forms.py it's alivegit add . 2023-07-14 00:17:02 -06:00
models.py first commit 2018-07-20 00:43:02 -05:00
pyproject.toml it's alivegit add . 2023-07-14 00:17:02 -06:00

README.md

tptimer

a social network for speedcubers

Instuctions to run the server in dev mode

  1. run poetry install
  2. create a .env file that contains "secret_key" and "sql_uri" env vars
  3. execute poetry run python app.py