This project is a cryptocurrency charting web app that displays a TradingView lightweight chart with candlestick data fetched from Polygon API .
- LIVE LINK: CryptoCharts
-
Create virtual environment:
python -m venv .venv .venv/scripts/activate
-
Clone the repository:
git clone https://github.com/pradeepvrm/cryptocharts.git cd cryptocharts
-
Install the dependencies:
pip install -r requirements.txt
-
Run the Flask application:
python app.py
-
Open your web browser and visit:
http://127.0.0.1:5000