Add REAME

This commit is contained in:
Andros 2017-11-03 11:57:12 +01:00
parent d301933ba4
commit e37caffc0f

23
README.md Normal file
View File

@ -0,0 +1,23 @@
# Flask chat
## Use
* Flask (Obvious!)
* Flask-SQLAlchemy (ORM for database)
* Flask-socketio (Generation of forms and validations)
## Install
```bash
pip3 install -r requirements.txt
python3 models.py db init
python3 models.py db migrate
python3 models.py db upgrade
```
## Run
```bash
python3 main.py
```