Skip to content

hygsani/try-flask-sqlalchemy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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