Files
backend/README.md
Yi-Ting Shih 90381c1687
Some checks failed
Go test / run-go-vet (push) Successful in 5s
Go test / check-swagger-up-to-date (push) Successful in 8s
Go test / run-go-test (push) Successful in 26s
Go test / cleanup-go-test (push) Successful in 14s
Go test / release-image (push) Failing after 55s
Feat: add README
2025-12-09 01:48:47 +08:00

198 B

Golang 2025 Final Project - Backend

How to setup the development environment

  1. clone this project
  2. docker compose up -d

How to run

go run . serve or go build && ./backend serve