Update README

This commit is contained in:
Andros Fenollosa
2017-05-10 19:12:37 +02:00
parent adf1277df0
commit 1cc15385ad
8 changed files with 24 additions and 2 deletions

24
README.md Normal file
View File

@ -0,0 +1,24 @@
# 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