Skip to content

trouchet/appy

Repository files navigation

appy_title

Codacy Badge codecov

An appy on Flask.

How to operate

Run the commands below on appy root path:

Prepare

  • What: prepare environment for Flask and poetry usage:

    make prepare

Run

  • What: run the application:

    make start
    

Lint

  • What: fix PEP8 lint issues:

    make lint
    

Test

  • What: run the test batch

    make test
    

Test watch

  • What: watch the test batch

    make watch
    

Coverage

  • What: generate the test coverage

    make coverage