diff --git a/README.md b/README.md new file mode 100644 index 0000000..007f2b3 --- /dev/null +++ b/README.md @@ -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 +```