jcaxmacher / tasker

Flask example with blueprints, wtforms and sqlalchemy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation instructions

  • Clone this repo and change into the tasker folder
  • python3 -m venv venv
  • source venv/bin/activate or, for windows venv\\bin\\activate.bat
  • pip install -r requirements.txt
  • flask create-db
  • flask run
  • Open http://localhost:5000 in a browser

That should show a simple form and when you submit entries, a list of the recorded entries.

About

Flask example with blueprints, wtforms and sqlalchemy


Languages

Language:Python 89.2%Language:HTML 10.8%