An open API service indexing awesome lists of open source software.

https://github.com/sonselin/go_portfolio


https://github.com/sonselin/go_portfolio

Last synced: 11 months ago
JSON representation

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