/flask-contacts

Example of CRUD with Flask to manage a contact list.

Primary LanguagePython

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