Skip to content

EwertonLuan/releaease-manager

Repository files navigation

Run local

Before start the service you need to create the database and run the migrations.

create the database

$ docker-compose up -d release-manager-db

To run the migrations you need liquibase installed in your machine

// got to the migration folder
$ cd db/migrations 
$ liquibase update

To run the application you need Java version 21 installed.

Starting command

$ ./gradlew bootRun

About

REST API using Spring Boot and Postgreesql

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published