Update README
This commit is contained in:
parent
adf1277df0
commit
1cc15385ad
24
README.md
Normal file
24
README.md
Normal 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
|
@ -2,5 +2,3 @@ Faker==0.7.11
|
|||||||
Flask==0.12.1
|
Flask==0.12.1
|
||||||
Flask-SQLAlchemy==2.2
|
Flask-SQLAlchemy==2.2
|
||||||
Flask-WTF==0.14.2
|
Flask-WTF==0.14.2
|
||||||
SQLAlchemy==1.1.9
|
|
||||||
WTForms==2.1
|
|
||||||
|
BIN
screenshots/alls.jpg
Normal file
BIN
screenshots/alls.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 220 KiB |
BIN
screenshots/delete.jpg
Normal file
BIN
screenshots/delete.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
BIN
screenshots/edit.jpt
Normal file
BIN
screenshots/edit.jpt
Normal file
Binary file not shown.
After Width: | Height: | Size: 106 KiB |
BIN
screenshots/message.jpg
Normal file
BIN
screenshots/message.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 147 KiB |
BIN
screenshots/new.jpg
Normal file
BIN
screenshots/new.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 79 KiB |
BIN
screenshots/search.jpg
Normal file
BIN
screenshots/search.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 78 KiB |
Loading…
Reference in New Issue
Block a user