2 Commits (3c926e031f1681b735c02ab491aadb2b8f9d4dc5)

Author SHA1 Message Date
Michael Moese 9b6798a180 Add a makefile with some default targets
Add some targets
- make help, print some usage help. Default target
- make setup to install requirements using pip (make sure to activate
  your virtual environment first)
- make test will run the tests
- make clean, just a dummy for now

Add required tools for testing and code analysis to requirements.txt

Signed-off-by: Michael Moese <mmoese@suse.com>
4 years ago
Johannes Thumshirn aa829dd3fb app: add basic flask app
Add a basic Flask "Hello World" as a starting point.

Signed-off-by: Johannes Thumshirn <jth@kernel.org>
4 years ago