Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 199 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 199 Bytes

Example Flask webapp for CodeClub

How to run this?

You need full installation of Python 3 for this.

git clone python -m venv venv activate venv pip install flask python main.py