This is a simple server in GoLang for OPD Dr Desk. It is a part of the Hospital Management System.
- Doctor can view the list of patients who are waiting for consultation.
- Doctor can view the patient details.
- Doctor can add prescription for the patient.
- Doctor can view the prescription history of the patient.
- GoLang
- Clone the repository
- Run
go mod tidyto install the dependencies - Run
go run .to start the server
This project is licensed under the MIT License - see the LICENSE file for details.