Skip to content

walyson-scarazzati/zup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Technologies

  • Spring Boot 2.7.12
  • Spring Openapi
  • MySQL
  • Docker
  • Github Actions with DevSecOps SonarCloud, Snyk and ZAP Scan

Accessing project based images from dockerhub

  • 1º step docker network create mynetwork
  • 2º step docker run -d --name mysqldb8zup -p 3306:3306 --network mynetwork walysonsilva/mysqldb8zup
  • 3º step docker run -d --name zup-app -p 8080:8080 --network mynetwork walysonsilva/zup-app:0.0.1-SNAPSHOT
  • 4º step access project: http://localhost:8080/swagger-ui/index.html#/Pessoas/listarPessoas

image

Accessing the environment locally

  • Run the command docker-compose up -d in the docker folder

image

  • To run, just right-click on the project run as > Spring Boot app.
Descrição da Imagem

image

Accessing the environment via Docker

About

Pessoa API - people registration project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published