Education Tool - A simple guest book written in flask using SQLite.
A guest book is a simple app that allows a user to leave their name and a message, and see the other names and messages of users who have signed before them.
This app is ment to be an example in building a simple Flask app with GETs, POSTs, and inserting and reading from an SQL database using dataset.
if you have easy_install already, just skip to step 3, you can test by typing which easy_install in your terminal
http://python-distribute.org/distribute_setup.py
python distribute_setup.py
easy_install pip
https://sites.google.com/site/pydatalog/python/pip-for-windows
sudo apt-get install python-pip
pip install flask
pip install dataset
cd [REPO LOCATION]
python app.py