From 90381c16876022905fa5be70a4bd593cd9be1047 Mon Sep 17 00:00:00 2001 From: Yi-Ting Shih Date: Tue, 9 Dec 2025 01:45:13 +0800 Subject: [PATCH] Feat: add README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1775385 --- /dev/null +++ b/README.md @@ -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`