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

View File

@ -2,5 +2,3 @@ Faker==0.7.11
Flask==0.12.1
Flask-SQLAlchemy==2.2
Flask-WTF==0.14.2
SQLAlchemy==1.1.9
WTForms==2.1

BIN
screenshots/alls.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 KiB

BIN
screenshots/delete.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

BIN
screenshots/edit.jpt Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

BIN
screenshots/message.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

BIN
screenshots/new.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

BIN
screenshots/search.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB