Example of CRUD with Flask to manage a contact list.
Go to file
dependabot[bot] 4a93757794
Bump flask from 2.0.3 to 2.3.2
Bumps [flask](https://github.com/pallets/flask) from 2.0.3 to 2.3.2.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/flask/compare/2.0.3...2.3.2)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-01 23:35:27 +00:00
screenshots Fixbug 2017-05-11 07:14:07 +02:00
static First commit 2017-05-10 18:41:02 +02:00
templates Add url and opti migrations 2018-05-01 14:33:45 +02:00
.gitignore Add gitignore 2017-05-11 23:52:55 +02:00
app.py Update host alls 2018-05-01 10:05:22 +02:00
CONTRIBUTING.md Create CONTRIBUTING.md 2020-08-23 15:57:36 +02:00
forms.py First commit 2017-05-10 18:41:02 +02:00
migrations.py Add url and opti migrations 2018-05-01 14:33:45 +02:00
models.py Fixbug HTML and Fixbug new contact 2017-05-16 22:00:20 +02:00
Procfile Add Procfile Heroku 2018-05-01 09:53:09 +02:00
README.md Update README.md 2022-09-07 16:39:52 +02:00
requirements.txt Bump flask from 2.0.3 to 2.3.2 2023-05-01 23:35:27 +00:00

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