Skip to content

adudumayo/school-management-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

school-management-backend

A backend system for managing school operations, connecting teachers, learners, and parents to improve education accessibility.

🚀 Tech Stack

  • Go (Backend API)
  • MySQL (Database)

🔧 Installation

Linux & macOS

git clone https://github.com/adudumayo/school-management-backend.git  
cd school-management-backend  
go mod tidy  
go run main.go  

Windows

git clone https://github.com/adudumayo/school-management-backend.git  
cd school-management-backend  
go mod tidy  
go run main.go  

🏗 Setup

  1. Install Go: Download Go
  2. Install MySQL: MySQL
  3. Set up a database and configure environment variables (DB credentials, ports, etc.)

📜 API Documentation

  • API endpoints are not documented yet but will be added soon.

📌 Contribution

  1. Fork the repo
  2. Create a feature branch
  3. Commit changes
  4. Open a PR

📄 License

MIT License

About

Backend for the School Management System (SMS)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages