README
¶
Golang Symfony
A framework for Go web applications that tries to replicate the Symfony architecture
It uses:
- gin-gonic(https://github.com/gin-gonic/gin)
- gorm(https://github.com/jinzhu/gorm)
Any contributions are welcomed
To add a new endpoint
- go to framework/config/route.go to add the route
- create a service to handle the endpoint and return the response
- create utility services in src/common/service
- create business logic services in src/domain/service
Documentation
¶
There is no documentation for this package.
Click to show internal directories.
Click to hide internal directories.