README.md

August 31, 2021 ยท View on GitHub

PuppetAPI

Development

Setup

  • Install JDK11
  • Install postgresql
  • Create mock database
  • Modify application.yml to set your PostgreSQL credentials.

Start the application

./gradlew run

Run test

./gradlew test

Dockerize

docker-compose build
docker-compose up -d

Note: You have to create database in postgres container.

Micronaut 2.5.3 Documentation

  • User Guide
  • API Reference
  • Configuration Reference
  • Micronaut Guides

Contents

  1. 1Development
  2. 1.1Setup
  3. 1.2Dockerize
  4. 2Micronaut 2.5.3 Documentation