An appy on Flask.
Run the commands below on appy
root path:
-
What: prepare environment for
Flask
andpoetry
usage:make prepare
-
What: run the application:
make start
-
What: fix PEP8 lint issues:
make lint
-
What: run the test batch
make test
-
What: watch the test batch
make watch
-
What: generate the test coverage
make coverage