Skip to content

les-projets-cagnottes/core

Repository files navigation

Les Projets Cagnottes - core

Release Integration

Prerequisites

Getting Started

  1. Create a PostgreSQL database matching the configuration in src/main/resources/application.properties
  2. Create required environment variables for overriding default config in src/main/resources/application.properties
  3. Run the following command :
mvn clean install spring-boot:run

Dynamic set of data for demo and local debug

Put the following environment variable and the DB will be filled with dynamic data :

export FR_LESPROJETSCAGNOTTES_CORE_DEMO=true