OnielN14 / simple-realtime-data-web-with-flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Flask-based app for testing realtime data using a background thread with Flask-SocketIO.

Requirement

  • Python 3.6.+
  • PIP
  • Virtual Environment (virtualenv)

Usage

Execute the following commands :

virtualenv .
./Scripts/activate
pip install -r requirements.txt

Start the application with :

python app.py

Note

Using different python version

If you happen to use newest version of python, please read article below before initiating the project

https://www.freecodecamp.org/news/installing-multiple-python-versions-on-windows-using-virtualenv/

About


Languages

Language:Python 67.4%Language:HTML 24.2%Language:JavaScript 7.9%Language:CSS 0.5%