flask-contacts/README.md

35 lines
906 B
Markdown
Raw Permalink Normal View History

2017-05-10 19:12:37 +02:00
# Flask contacts
2017-05-11 07:12:37 +02:00
![alls](https://github.com/tanrax/flask-contacts/raw/master/screenshots/alls.jpg)
2017-05-10 19:12:37 +02:00
## 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
2017-05-11 07:12:37 +02:00
![delete](https://github.com/tanrax/flask-contacts/raw/master/screenshots/delete.jpg)
![edit](https://github.com/tanrax/flask-contacts/raw/master/screenshots/edit.jpg)
![message](https://github.com/tanrax/flask-contacts/raw/master/screenshots/message.jpg)
![new](https://github.com/tanrax/flask-contacts/raw/master/screenshots/new.jpg)
![search](https://github.com/tanrax/flask-contacts/raw/master/screenshots/search.jpg)
2020-08-24 08:44:31 +02:00
## Forks with extensions
- ![Ability to attach a CSV file](https://github.com/areeburrub/flask-contacts)