Go to file
2022-04-15 03:31:48 +00:00
period Add base framework 2022-04-13 19:12:49 -04:00
tests Add Gitlab CI and tests 2022-04-14 22:47:27 -04:00
.coveragerc Add Gitlab CI and tests 2022-04-14 22:47:27 -04:00
.gitconfig Start the environment 2022-04-05 15:54:00 -04:00
.gitignore Add Application base 2022-04-05 17:34:05 -04:00
.gitlab-ci.yml Update .gitlab-ci.yml 2022-04-15 03:31:48 +00:00
deploy.sh Add Gitlab CI and tests 2022-04-14 22:47:27 -04:00
docker-compose.yml Add Gitlab CI and tests 2022-04-14 22:47:27 -04:00
Dockerfile Add Gitlab CI and tests 2022-04-14 22:47:27 -04:00
README.md Add README 2022-04-13 19:12:13 -04:00
reload.py Add Gitlab CI and tests 2022-04-14 22:47:27 -04:00
requirements.txt Add gunicorn 2022-04-14 22:47:01 -04:00

period

Development

export FLASK_APP=period; export FLASK_ENV=development; flask run

To (re)initialize the database:

 flask init-db