An open API service indexing awesome lists of open source software.

https://github.com/arsenlosenko/flask_sandbox

Repository used as learning playground for Flask
https://github.com/arsenlosenko/flask_sandbox

flask python socketio

Last synced: about 2 months ago
JSON representation

Repository used as learning playground for Flask

Awesome Lists containing this project

README

          

# flask-rapbattlechat
Flask implementation of RapBatlaChat(https://github.com/AndriiDronDiachuk/default_chat_dron)

# How to run this app
To run this app do as follows:
1. Create virtualenv for this project
2. Install all of the dependencies (pip install -r requirements.txt)
3. Export name of this file as environmental variable (export FLASK_APP=app.py)
4. Run app by typing 'flask run' in the terminal