diff --git a/README.md b/README.md index 7327562..1f875aa 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # Go gin app This is the code from the article [Building Go Web Applications and Microservices Using Gin](https://semaphoreci.com/community/tutorials/building-go-web-applications-and-microservices-using-gin). + +## Howto + +1. config github.com/demo-apps/go-gin-app in main.go +2. Run with your golang environment: + +```go + +go run main.go routes.go middleware.auth.go models.user.go models.article.go handlers.article.go handlers.user.go +```