Skip to content

This project helps to understand microservices project.

Notifications You must be signed in to change notification settings

dknitk/microservices

Repository files navigation

microservices

This project helps to understand microservices project.

Json Object to Create User and Department

{ "departmentName":"IT", "departmentAddress":"SAMPLE", "departmentCode":"IT-006" }

{ "departmentName":"IT-2", "departmentAddress":"SAMPLE123", "departmentCode":"IT-007" }

---- user

{ "firstName": "Dharmendra", "lastName":"Sahu", "email":"abc@abc.com", "departmentId":"1" }

{ "firstName": "Pankaj", "lastName":"Sahu", "email":"abc@abc.com", "departmentId":"2"

}

About

This project helps to understand microservices project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages