Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 626 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 626 Bytes

Getting Started

A Spring Boot application with Java 17 responsible for managing a customer's wishlist.

This Application uses Clean Architecture

How this application is divided?

drawing

To view the endpoints exposed by this application access the url

http://localhost:8080/wishlist/swagger-ui/index.html

Before start the application, run the docker command below to start mongodb

docker compose -f docker-compose.yaml up -d