https://github.com/sonselin/go_portfolio
https://github.com/sonselin/go_portfolio
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sonselin/go_portfolio
- Owner: SonseLin
- Created: 2025-07-05T09:13:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-05T11:26:48.000Z (11 months ago)
- Last Synced: 2025-07-05T12:31:49.666Z (11 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# ✅ RTDAPP — REST To-Do Application in Go
RTDAPP is a simple and modular RESTful To-Do application written in Go.
It follows clean architecture principles and includes unit tests with coverage reporting.
---
## 🚀 Getting Started
1) git clone https://github.com/SonseLin/GO_Portfolio.git
2) cd GO_Portfolio/rtdapp
3) go mod download
### 🔧 Run the Server
```bash
go run cmd/server/main.go