Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hygsani/try-flask-sqlalchemy

simple crud with flask + sqlalchemy
https://github.com/hygsani/try-flask-sqlalchemy

basic crud flask flask-sqlalchemy-crud python simple sqlalchemy

Last synced: 20 days ago
JSON representation

simple crud with flask + sqlalchemy

Awesome Lists containing this project

README

        

# 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~~