Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 487 Bytes

File metadata and controls

20 lines (16 loc) · 487 Bytes

try-flask-sqlalchemy

simple crud with flask + sqlalchemy

simple create, read, update and delete with flask and sqlalchemy (mysql).

requirements

  • pip install flask
  • pip install flask_sqlalchemy
  • pip install flask_wtf
  • pip install wtforms

run

  • goto console and type 'python run.py'
  • open browser and type 'localhost:9999' (change port in run.py file)

todo:

  • use modal on confirm delete (javascript)
  • validation
  • use template (bootstrap/foundation)
  • login