Go REST API with PostgreSQL This is a basic REST API written in Go that performs CRUD operations on a products table using a PostgreSQL database. 🚀 Quick Start docker-compose up -d # Start PostgreSQL + Adminer go run main.go # Run the API (on :8010)