Skip to content

Sahilll10/ZeroDelta-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ZeroDelta - Core API & Trading Engine ⚙️

ZeroDelta is a robust backend trading engine and portfolio management API. It features automated real-time market data ingestion, algorithmic portfolio drift scanning, and secure, fault-tolerant REST API endpoints.

🔗 Live API Health Check: ZeroDelta API on Render
🔗 Frontend Client Repository: ZeroDelta-Frontend

🏗️ System Architecture

graph TD;
    A[External Market API <br/> CoinGecko] -->|JSON Market Data| B(MarketDataService <br/> @Scheduled Job);
    B -->|Type-Safe Number Casting| C[(Neon Serverless <br/> PostgreSQL)];
    C -->|Hibernate / JPA| D[DashboardController <br/> REST API];
    D -->|CORS Enabled| E[Vercel Frontend Client];
    
    subgraph Spring Boot Backend
    B
    D
    end
Loading

About

A Online Trading App with an inbuilt advisor for portfolio allocation

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors