A template for simple flask projects.
$ pip install -r requirements.txt
If using replit just click the Run button and it will install the dependencies automatically.
Replit is configured to execute the following command to run the project:
$ flask run
When connecting the project to a fresh empty database ensure the appropriate configuration is set then file then run the following command.
$ flask init