This project implements a simple web application using Flask and eCharts for dynamic time-series data visualization. It also uses Bootstrapfor styles and jQuery for dynamic web page rendering.
- Python 3.10
- Clone the repository
- Create a virtual env with python 3.10:
python3.10 -m venv venv
- Activate the virtual env (for linux):
source venv/bin/activate
- Install the requirements:
pip install -r requirements.txt
- Run the application:
python app.py