Skip to content

tdb-turma-balaco-baco/ms-bantads-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ms-bantads-manager

The Bantads project is part of a college assignment, with the objective of implementing a microservices based architecture, with various technologies, such as Java, Spring Boot, Nodejs, Docker, PostgreSQL, etc.

This repository contains the manager microservice.

Requirements and Usage

To start the application, you must have the minimum requirements:

  • Java 21
  • Docker

With this, you can now follow these steps:

First of all, clone the repo.

$ git clone [email protected]:tdb-turma-balaco-baco/ms-bantads-manager.git

Then, execute the docker-compose.yml file.

$ cd ms-bantads-manager
$ docker compose up -d

Now, you can start the Spring Boot application within your IDE of choice, or by execute the maven goal.

$ mvn spring-boot:run -f pom.xml

Tests

To run all the tests, execute the following maven goal.

$ mvn test -f pom.xml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages