Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 258 Bytes

File metadata and controls

13 lines (7 loc) · 258 Bytes

ranking-table

何かしらの競技結果を保存し、表示するAPI(2024年度理大祭の展示目的)

Docker起動方法

backend

~/ranking-table$ docker compose up backend --build

db

~/ranking-table$ docker compose up db --build