This is a sample Flask project that integrates ApexCharts to display data visualizations. The project is designed to showcase how to use Flask and ApexCharts together to create beautiful and interactive charts in web applications.
- app.py: The main Flask application file.
- templates/: Contains the HTML templates for the application.
- static/: Contains the static assets for the application, including the ApexCharts JavaScript file.
- requirements.txt: Contains the Python dependencies required to run the application.
- data: Contains bitcoin data for this project.
python -m venv venv
source venv/bin/activate
.\venv\Scripts\activate
pip install -r requirements.txt python app.py