Skip to content

This project is a Java Spring-based Lab Report System designed to manage patients, lab reports, and lab assistants. It demonstrates the implementation of various Spring components and functionalities including dependency injection, RESTful web services, and database interaction.

Notifications You must be signed in to change notification settings

yunusefeyilmaz/java-spring-lab-report

Repository files navigation

java-spring-lab-report

Project Description

This project is a Java Spring-based Lab Report System designed to manage patients, lab reports, and lab assistants. It demonstrates the implementation of various Spring components and functionalities including dependency injection, RESTful web services, and database interaction.

Installation

  1. Clone the repository:

    git clone https://github.com/yunusefeyilmaz/java-spring-lab-report.git
    cd java-spring-lab-report
  2. Initialize the submodules:

    git submodule update --init --recursive
  3. Build docker:

    docker-compose up --build

This command will build the Docker images defined in the docker-compose.yml file and start the containers.

Usage

Once the Docker containers are up and running:

To stop the application, use:

   docker-compose down

About

This project is a Java Spring-based Lab Report System designed to manage patients, lab reports, and lab assistants. It demonstrates the implementation of various Spring components and functionalities including dependency injection, RESTful web services, and database interaction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages