https://github.com/bendog/shecodes-flash-gero-flask-demo
Demo for how to use python when making websites
https://github.com/bendog/shecodes-flash-gero-flask-demo
Last synced: about 1 year ago
JSON representation
Demo for how to use python when making websites
- Host: GitHub
- URL: https://github.com/bendog/shecodes-flash-gero-flask-demo
- Owner: bendog
- Created: 2020-06-18T09:32:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T21:42:05.000Z (about 3 years ago)
- Last Synced: 2025-02-08T03:44:48.020Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SheCodes Flash Geraldton Flask Demo
A quick demo to show you can do fun things with websites and python
## how to install
### first you need to install the requirements
pip install -r requirements.txt
### next setup your flask environment
on windows
$env:FLASK_ENV="development"
on mac/linux
export FLASK_ENV=development
## how to run
### run flask
flask run
### open the website in your browser
click http://127.0.0.1:5000/