Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.54 KB

README.md

File metadata and controls

44 lines (37 loc) · 1.54 KB

Hospital Management System Backend

Description

This repository contains the backend development for a Hospital Management System as part of a class project. It is implemented using Java and Hibernate, following the first phase of the course where all teams build a backend for a hospital.

  • POST /nurse/login: Authenticates a nurse's login.
  • GET /nurse/index: Retrieves a list of all nurses.
  • GET /nurse/name/{name}: Finds a nurse by their name.

CRUD

  • POST /nurse/create: Creates a nurse.
  • GET /nurse/find/{id}: Finds a nurse by their id.
  • POST /nurse/update/{id}: Updates a nurse by their id.
  • DELETE /nurse/delete/{id}: Deletes a nurse by their id.

Team Members

Technologies Used

  • Java
  • Springboot
  • Hibernate
  • MySQL
  • Postman

Installation

To set up the project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/poksyy/hospital-management-system-backend.git
  2. Navigate to the project directory:
    cd hospital-management-system-backend
  3. Install dependencies: (e.g., using Maven.)
    mvn install
  4. Run the application: (Include any necessary commands or configurations to run the backend.)

Contributing

If you would like to contribute to this project, please fork the repository and submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.