School Managment System
/app
|-- /models
|-- /services
|-- /interfaces
/cmd
|-- main.go
/config
|-- app.go
/database
|-- database.go
/helpers
/http
|-- /handlers
|-- /midllewares
/route
|-- api.g
/scripts
|-- server.sh
/test
|-- /unit
|-- /integration