Add REAME
This commit is contained in:
parent
d301933ba4
commit
e37caffc0f
23
README.md
Normal file
23
README.md
Normal 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
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user