A Java backend project demonstrating crypto arbitrage opportunity detection using real time data.
Built with Spring Boot and PostgreSQL. Designed as a demo to showcase backend engineering and crypto infrastructure skills.
- Connects to multiple crypto exchanges APIs
- Detects arbitrage opportunities between prices
- Stores price snapshots in PostgreSQL
- REST API for querying opportunities
- Java
- Spring Boot
- PostgreSQL
- Docker
- Clone the repo
- Configure your
application.propertieswith your database credentials - Build with Maven:
mvn clean install - Run with Docker:
docker-compose up