Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 540 Bytes

File metadata and controls

19 lines (15 loc) · 540 Bytes

farey-server

Structure

farey-server/
├── src/
│   └── server.jl        # Application entry point & route definitions
├── Dockerfile           # Multi-stage build (builder → slim runtime)
├── docker-compose.yml   # One-command local dev/run
├── Project.toml         # Julia package dependencies
└── .dockerignore

Endpoints

Method Path Description
GET / "Hello World"