Go to file
Alexander Hosking 661b7bd2e6 Add base framework
Add Templates
Add Static Files
Add SQL
2022-04-13 19:12:49 -04:00
period Add base framework 2022-04-13 19:12:49 -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
README.md Add README 2022-04-13 19:12:13 -04:00
requirements.txt Add Pendulum 2022-04-13 19:12:06 -04:00

period

Development

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

To (re)initialize the database:

 flask init-db