Skip to content

Lenzinga/cicd_exc2_go

Repository files navigation

Go REST API with PostgreSQL

Go CI

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)

About

Exercise 2 in CICD with Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages