25 lines
351 B
Markdown
25 lines
351 B
Markdown
# Flask contacts
|
|
|
|
[DEMO](http://flask-contacts.programadorwebvalencia.com)
|
|
|
|
## Use
|
|
|
|
* Flask (Obvious!)
|
|
* Flask-SQLAlchemy (ORM for database)
|
|
* Flask-WTF (Generation of forms and validations)
|
|
* Faker (Generates fake data)
|
|
|
|
## Install
|
|
|
|
```bash
|
|
pip install -r requirements.txt
|
|
python3 migrations.py
|
|
```
|
|
## Run
|
|
|
|
```bash
|
|
python3 app.py
|
|
```
|
|
|
|
## Screenshots
|