Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 239 Bytes

File metadata and controls

11 lines (8 loc) · 239 Bytes

Hello World!

To run first setup environment by installing python3 and installing requierments: pip3 install -r requirements.txt

To run server: export FLASK_APP=hello/hello.py python3 -m flask run

To run tests: python3 -m pytest tests