flask-contacts/README.md
2022-09-07 16:39:52 +02:00

35 lines
906 B
Markdown

# Flask contacts
![alls](https://github.com/tanrax/flask-contacts/raw/master/screenshots/alls.jpg)
## 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
![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)
## Forks with extensions
- ![Ability to attach a CSV file](https://github.com/areeburrub/flask-contacts)