Skip to content

Latest commit

 

History

History
executable file
·
33 lines (24 loc) · 900 Bytes

README.md

File metadata and controls

executable file
·
33 lines (24 loc) · 900 Bytes

Personal Data Service

Springboot micro service ready to run.

Story

Time to migrate towards a Micro Services world!

This service represents the only interface to perform CRUD operations on MongoDB repository.

Repository

Collections

  • adventure
  • adventureMedia
  • article
  • blog
  • education
  • image
  • skill
  • workExperience

How to run

gradle bootRun

How to debug

gradle debug