Skip to content

codebarz/employee-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Service

Database Migrations

Run

make migration-up

Down migration

make migration-down

Run service

make run

Buld service

make build

Genrate GRPC proto buffers

make proto

Test Service

Can be tested using grpcurl CLI tool. For example to create employee

grpcurl --plaintext -d '{"first_name": "Tega", "last_name": "Oke", "role"
: "e8dfbedc-f369-4863-9e9f-ea4e3831f16a", "email": "tega@grey.co"}' localhost:9092 EmployeeService.CreateEmployee

or with postman

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published