This project provides an analytics tool for tracking and forecasting exchange rates.
To get started, clone the repository:
git clone https://github.com/<username>/exchange-rate-analytics.git- Python 3.11+
- Docker
- Docker Compose
To run the project locally, use the following: Start the containers with Docker Compose:
docker-compose upThe backend will be available on http://localhost:8000.
To run tests, use the following:
docker-compose exec backend pytest