Skip to content
This repository was archived by the owner on May 25, 2026. It is now read-only.

EnergyTrading2026/application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Energy Trading Backend

Dev

From project root (/):

# Start PostgreSQL only
docker-compose up -d postgres

From backend/:

./gradlew bootRun

Or just run from IDE

Prod

From project root (/):

docker-compose up -d --build

Test (examples, to verify API is online)

curl http://localhost:8080/api/time-series

curl -X POST http://localhost:8080/api/time-series \
  -H "Content-Type: application/json" \
  -d '{"value": 1500.0, "unit": "EUR", "modelIdentifier": "MILP", "timestamp": "2025-05-09T10:00:00+00"}'

Swagger

For local runs Swagger UI is available at http://localhost:8080/swagger-ui.html (excluded for later prod deployments)

About

Java Spring/Angular application for energy optimization cockpit

Resources

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors