go-hospital-api/ ├── Dockerfile ├── Makefile ├── docker-compose.yml ├── go.mod ├── go.sum ├── main.go ├── nginx/ │ └── default.conf ├── internal/ │ ├── db/ │ │ └── db.go ...
A full-stack Hospital Management System built with ASP.NET Web Forms (C#) and MS SQL Server. The system handles hospital staff login, patient records management, doctor management, and appointment ...