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
- Host: GitHub
- URL: https://github.com/arsenlosenko/flask_sandbox
- Owner: arsenlosenko
- License: mit
- Created: 2017-07-28T13:57:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:40:14.000Z (over 3 years ago)
- Last Synced: 2025-09-01T22:42:52.080Z (10 months ago)
- Topics: flask, python, socketio
- Language: Python
- Homepage:
- Size: 237 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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