Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 530 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 530 Bytes

Devlabs Backend

Gradle wrapper

The backend project uses Gradle as its build tool, but you do not have to install it yourself. You can use the gradle wrapper that is included in this project.

The wrapper is executed by by running ./gradlew (Linux/OSX) or gradlew (Windows). Replace the gradle command with the appropriate wrapper command for your OS to run the commands below.

Building

gradle build

Running unit tests

gradle test

Running the application

gradle run