/dscatalog

REST-API to manage a catalog of products with its descriptions and their respectives categories. Layered architecture, using Java, H2-Database for test and Postgres to prod.

Primary LanguageJava

DSCatalog

Projeto de um catálogo de produtos que podem ser agrupados em categorias.

Como rodar o backend usando docker

docker run -d -p 8080:8080 --name dscatalog julianocanuto/dscatalog:0.0.2-SNAPSHOT

Como rodar diretamente no terminal (sem Docker)

mvn spring-boot:run

Endpoints

Os endpoints estão acessíveis através do Swagger-ui no endereço: http://localhost:8080/swagger-ui.html#/

endpoints