8000 GitHub - Cytomine-ULiege/Cytomine-core: Cytomine Core of ULiège edition.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Cytomine-ULiege/Cytomine-core

 
 

Repository files navigation

Cytomine Core

Cytomine Core is a Spring Boot application built with Spring Framework, providing a robust and scalable solution for Cytomine. The application is designed to run with minimal setup and configuration.

Develop & run locally using Docker

Requirements

  • Docker
  • Docker Compose

Usage

To run the development server with live reload locally:

docker compose up -d --build

Inside the container, run the following command to start the application:

gradle bootRun --args="--spring.profiles.active=dev"

Run tests

To run the development server with live reload locally:

docker compose up -d --build

Inside the container, run the following command to start the tests:

gradle :test

Stop the development server

To stop the development server:

docker compose down

License

Apache 2.0

About

Cytomine Core of ULiège edition.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Java 95.7%
  • HTML 3.5%
  • Other 0.8%
0