A basic starter project for building Go applications with REST API support. 🔧 Features 🧩 Project structure for clean architecture
🛡️ Middleware support ( Recovery)
🗃️ PostgreSQL with dependency injection
📦 Modular code: handlers, services, repository, models
Setup Clone the repo:
git clone https://github.com/bisratlike/toGo.git Create a .env file based on pkg/config
Run the app:
go run cmd/auth_service/main.go
🛠️ Dependencies Chi Router
PostgreSQL Driver
GoDotEnv