An open API service indexing awesome lists of open source software.

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

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/