Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 447 Bytes

File metadata and controls

24 lines (18 loc) · 447 Bytes

SmartLoad Optimization API

How to run

git clone https://github.com/manureja64/smartload-api.git
cd smartload-api
docker compose up --build
# → Service will be available at http://localhost:8080

Health check

curl http://localhost:8080/healthz

Example request

curl -X POST http://localhost:8080/api/v1/load-optimizer/optimize \
  -H "Content-Type: application/json" \
  -d @sample-request.json