Skip to content

burkaydurdu/mock

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages