bcjgit / python-web-db

Example web application with database. Python 3, MySQL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-web-db

Example web application with database. Python 3, MySQL.

Setup

virtualenv -p `which python3` venv
source venv/bin/activate
pip install flask
pip install mysql-connector

About

Example web application with database. Python 3, MySQL.


Languages

Language:HTML 65.9%Language:Python 34.1%