# period
## Development
```
export FLASK_APP=period; export FLASK_ENV=development; flask run
To (re)initialize the database:
flask init-db