Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 253 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 253 Bytes

A Webseite

This repsitory holds a website.

Running

Make sure Flask is installed (sudo pip3 install Flask) and then run:

python3 main.py

Testing

You can run the tests with python3 -m pytest --doctest-modules.