ScMS

School Managment System

Project Structure

/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