Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 767 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 767 Bytes

apex-flask-bitcoin

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.

Project Structure

  • 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.

Getting Started

python -m venv venv

Linux

source venv/bin/activate

Windows

.\venv\Scripts\activate

pip install -r requirements.txt python app.py