Example of CRUD with Flask to manage a contact list.
Go to file
Andros Fenollosa 1cc15385ad Update README
2017-05-10 19:12:37 +02:00
screenshots Update README 2017-05-10 19:12:37 +02:00
static First commit 2017-05-10 18:41:02 +02:00
templates First commit 2017-05-10 18:41:02 +02:00
app.py First commit 2017-05-10 18:41:02 +02:00
forms.py First commit 2017-05-10 18:41:02 +02:00
migrations.py First commit 2017-05-10 18:41:02 +02:00
models.py First commit 2017-05-10 18:41:02 +02:00
README.md Update README 2017-05-10 19:12:37 +02:00
requirements.txt Update README 2017-05-10 19:12:37 +02:00

Flask contacts

DEMO

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