845 B
845 B
Flask contacts
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