Table Topics list
Generate 5 random table topics - WIP
Tag the table topics under different categories
Provide Admin page to add new topics and tags - WIP
git clone https://github.com/ahsanbagwan/flasktt
Install virtualenv. Follow instructions on the project page
Initialize database by issuing following command:
flask initdb
export FLASK_APP = flasktt
export FLASK_DEBUG = true
flask run
MIT