This project is a data service for Binance Futures, built with TypeScript, JavaScript, and Vue. It uses TimescaleDB for data storage and provides various functionalities for fetching, storing, and computing indicators for candlestick data.
backend/
: Contains the backend service code.frontend/
: Contains the frontend application code.docker-compose.yml
: Docker Compose configuration for setting up the development environment.
- Docker
- Docker Compose
- Clone the repository:
git clone https://github.com/logical-luke/candler.git
cd candler
- Start the services using Docker Compose:
docker-compose up -d
Access the frontend application at http://localhost:5173.
This project is licensed under the MIT License. See the LICENSE file for details.