Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 784 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 784 Bytes

CryptoCharts

This project is a cryptocurrency charting web app that displays a TradingView lightweight chart with candlestick data fetched from Polygon API .

Example

Installation

  1. Create virtual environment:

    python -m venv .venv
    .venv/scripts/activate
  2. Clone the repository:

    git clone https://github.com/pradeepvrm/cryptocharts.git
    cd cryptocharts
  3. Install the dependencies:

    pip install -r requirements.txt
  4. Run the Flask application:

    python app.py
  5. Open your web browser and visit:

    http://127.0.0.1:5000