NSnietol / keep-in-mind-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keep in mind

Build Status

Steps to execute

  1. Using the terminal go to the project directory, execute the following commands:
    1. .\gradlew clean bootJar
    2. docker-compose up

.\gradlew clean bootJar Generates Jar file using the gradle wrapper.

docker-compose up Builds, (re)creates, starts, and attaches to containers for a service described in docker-compose.yml.

About

License:MIT License


Languages

Language:Java 98.7%Language:Dockerfile 1.3%