Loading repository data…
Loading repository data…
shehab-as / repository
Simple example of adopting repository-service pattern with CRUD operations on a MySQL db in Go
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Simple Example of adopting Repository-Service pattern with MySQL database in Go
This repo provides a simple example of adopting repository-service pattern with CRUD operations on a MySQL database.
Simple High-level Architecture

You can import Go-Microservice-REST-API.postman_collection.json for local testing.
docker build -t go-microservice .
docker run -p 8080:8080 go-microservice
Give it a ⭐ if this repo was helpful to you