This project is a Django-based application that handles:
- User Authentication & Session Management
- Weather Data Retrieval from External APIs
- Binance Coin Market Chart Visualization
- CRUD operations for user sessions
- Profile updates with media support
- Custom authentication renderer
- Integrates with external weather services
- Exposes clean REST APIs to fetch weather data
- Fetches daily coin dump from Binance
- Plots daily market charts
(Due to Binance API limitations, historical 30-day data is not supported)
- Docker
- Docker Compose
docker-compose up --build