Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 295 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 295 Bytes

python-training

A training project on flask with a single page (HTML template) which can be used for creating a List of students.

To launch, run the app.py file from the webapp folder in terminal by typing:

$ python3 app.py

and then open the http://127.0.0.1:5000/ page in any browser.