tanrax / flask-contacts

Example of CRUD with Flask to manage a contact list.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 51.4%Language:HTML 46.9%Language:JavaScript 1.5%Language:Procfile 0.2%