diff --git a/README.md b/README.md index ae4849f..237e6b0 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,9 @@ New api creation can be done using command. `go run .tools/apigen.go [feature_na go run .tools/apigen.go sample ``` +# Read the Article to understand this project +[How to Architecture Good Go Backend REST API Services](https://medium.com/@janishar.ali/how-to-architecture-good-go-backend-rest-api-services-14cc4730c05b) + # How to use this architecture in your project? You can use [goservegen](https://github.com/unusualcodeorg/goservegen) CLI to generate starter project for this architecture. > Check out the repo [github.com/unusualcodeorg/goservegen](https://github.com/unusualcodeorg/goservegen) for more information.