Feat: add README
Some checks failed
Go test / run-go-vet (push) Successful in 6s
Go test / check-swagger-up-to-date (push) Successful in 16s
Go test / run-go-test (push) Successful in 28s
Go test / cleanup-go-test (push) Successful in 14s
Go test / release-image (push) Failing after 1m57s

This commit is contained in:
2025-12-09 01:45:13 +08:00
parent a2b00e6976
commit 7639b3ded7

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# 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`