Skip to content

Example of CRUD with Flask to manage a contact list.

Notifications You must be signed in to change notification settings

tanrax/flask-contacts

Repository files navigation

Flask contacts

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

Forks with extensions

  • Ability to attach a CSV file

About

Example of CRUD with Flask to manage a contact list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published