flask_python
Educational Repo. Used whilst learning Flask.
The below instructions will be required whilst establishing as new project.
- Install Flask (terminal / command prompt)
pip3 install flask / python3 install flask
- Run Project (IDE)
run app.py and click the hyperlink in the terminal
flask_template
Template for building a simple project with Flask.
flask_one
First attempt at using Flask.
Small website (3 pages), built with Flask and Bootstrap 5 (with space for JavaScript).