oleonardosilva /
authentication-api
An authentication rest api for a minecraft server. This is just a demonstration of the concepts I know in DDD and Clean Architecture with Go. This project will be continued for a private application.
Loading repository data…
AkbaraliShaikh / repository
This project is created to demonstrate Go-Lang Clean Architecture/DDD/Hexagonal Architecture, and It show the usage of popular libraries gin, gorm, zap and dig.
This project is created to demonstrate a CleanArchitecture/DDD/HexaArchitecture for dental clinic application built with go gin api including gorm CRUD operations and more.
#Go #Go-Lang #CleanArchitecture #DDD #HexaArchitecture #GoProjectStructure #RealWorldExample #DentalClinic #denti
curl --header "Content-Type: application/json" --request POST --data '{"email":"a.a.shaikh55@gmail.com","first_name":"Akbar","last_name":"Shaikh","password":"password","gender":1,"picture":"http://abc.com/user.png","phone_number":"9123456789"}' http://localhost:8282/api/v1/users/
curl http://localhost:8282/api/v1/users/
Selected from shared topics, language and repository description—not editorial ratings.
oleonardosilva /
An authentication rest api for a minecraft server. This is just a demonstration of the concepts I know in DDD and Clean Architecture with Go. This project will be continued for a private application.
baransonmez /
[WIP] This project is a sample implementation of the Clean Architecture approach to software design, written in GO. The project aims to demonstrate the benefits and power of using Clean Architecture in real-world projects, particularly in terms of improving code modularity, maintainability, and testability.