Ninja-Squad / rare-basket

Mirror of INRAE rare-basket (https://forgemia.inra.fr/urgi-is/rare-basket)
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Rare Basket

This project is built with Gradle, and is composed of two sub-projects:

  1. backend: the Backend, implemented using Java 11 and Spring Boot. See the backend README for details.
  2. frontend: the frontend, implemented using Angular. See the frontend README for details.

Prerequisites

Building

Once you have the database set up as explained in the backend README, you can use the standard Gradle tasks. You can also of course import the project in your IDE: they all have Gradle support.

Here are the main gradle commands available:

See the backend README and the build.gradle.kts files for more details.

Documentation