ranadas / person

Sample Microservice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample microservice using Spring Boot (By Amritendu De.)

Person

  • id
  • name
  • email

APIs

  • /api/person (GET all persons)
  • /api/person (POST a person)
  • /api/person/{id} (GET a person by id)

About

Sample Microservice


Languages

Language:Java 93.5%Language:Dockerfile 5.6%Language:Shell 0.9%