A backend system for managing school operations, connecting teachers, learners, and parents to improve education accessibility.
- Go (Backend API)
- MySQL (Database)
git clone https://github.com/adudumayo/school-management-backend.git
cd school-management-backend
go mod tidy
go run main.go
git clone https://github.com/adudumayo/school-management-backend.git
cd school-management-backend
go mod tidy
go run main.go
- Install Go: Download Go
- Install MySQL: MySQL
- Set up a database and configure environment variables (DB credentials, ports, etc.)
- API endpoints are not documented yet but will be added soon.
- Fork the repo
- Create a feature branch
- Commit changes
- Open a PR
MIT License