Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.16 KB

README.md

File metadata and controls

16 lines (12 loc) · 1.16 KB

Build and Run

Requirements

In order to be able to both build and run this project, you need the following software installed in your machine:

If you're running Docker for Windows, you need to use WSL 2 by both installing it and enabling "Use the WSL 2 based engine" option in Docker settings.

Steps

The following steps assume you are in the same directory as this README file.

  1. (Optional) Edit the docker-compose.yml file to change the database user, password, name and port. If you change the port, remember to expose it in the correponding Dockerfile, present in the tests directory
  2. (Optional) Edit the application.properties file with the desired PostgreSQL connection string
  3. (Optional) Run the application's tests by executing the gradlew test command
  4. Execute the gradlew bootRun command to start the Spring Boot application