Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 699 Bytes

File metadata and controls

27 lines (18 loc) · 699 Bytes

Arbitra

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.

Features

  • Connects to multiple crypto exchanges APIs
  • Detects arbitrage opportunities between prices
  • Stores price snapshots in PostgreSQL
  • REST API for querying opportunities

Tech Stack

  • Java
  • Spring Boot
  • PostgreSQL
  • Docker

Getting Started

  1. Clone the repo
  2. Configure your application.properties with your database credentials
  3. Build with Maven: mvn clean install
  4. Run with Docker: docker-compose up