Example of CRUD with Flask to manage a contact list.
Go to file
2017-05-12 00:23:01 +02:00
screenshots Fixbug 2017-05-11 07:14:07 +02:00
static First commit 2017-05-10 18:41:02 +02:00
templates Fix position buttons 2017-05-12 00:23:01 +02:00
.gitignore Add gitignore 2017-05-11 23:52:55 +02:00
app.py Optimize generate forms edit contact 2017-05-11 23:51:06 +02:00
forms.py First commit 2017-05-10 18:41:02 +02:00
migrations.py Fixbug structure 2017-05-11 18:31:59 +02:00
models.py Fixbug structure 2017-05-11 18:31:59 +02:00
README.md Update screenshots 2017-05-11 07:12:37 +02:00
requirements.txt Update README 2017-05-10 19:12:37 +02:00

Flask contacts

DEMO

alls

Use

  • Flask (Obvious!)
  • Flask-SQLAlchemy (ORM for database)
  • Flask-WTF (Generation of forms and validations)
  • Faker (Generates fake data)

Install

pip install -r requirements.txt
python3 migrations.py

Run

python3 app.py

Screenshots

delete edit message new search