Skip to content

hurmal/challenger-microservice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring boot challenger-microservice

Backend application with a basic CRUD using Java 11, Spring Boot, Spring Data and MongoDB.

This project is also containerised with Docker and automated by Jenkins to deploy on dev, qa, staging and prod.

Please follow these steps to start your application

  • mvn clean package
  • docker-compose up

To test an application call the backend from postman:

{ "name" : "name", "surname" : "surname", "birthDate" : "1983-03-29", "city" : "city", "country" : "country" }

About

Development of a micro-service using Spring, automation and containers!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 99.8%
  • Dockerfile 0.2%