Update README
This commit is contained in:
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
|
Reference in New Issue
Block a user