# README
users-service
User service is service to handle all user. this service implement clean architecture. using postgre as database server and gorm to query in database. this apps using GRPC to communication. this service will handler 5 Task :
- CreateUser
- UpdateUser
- DeleteUser
- GetUserByPersonID
- GetUserByPersonIDAndPassword
how to ?
- Install/Run Postgress Database
- Build this apps
go build -o user-service *.go
- Before you star application, set env variable in your terminal
DB_HOST=localhost
DB_USER=username
DB_NAME=yourdbname
DB_PASSWORD=yourpassword
- Then run the appss
- To test this apps use user-cli
# Functions
No description provided by the author