Categorygithub.com/muhammadhidayah/users-service
modulepackage
0.0.0-20191111075032-06e1038d61e6
Repository: https://github.com/muhammadhidayah/users-service.git
Documentation: pkg.go.dev

# 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 :

  1. CreateUser
  2. UpdateUser
  3. DeleteUser
  4. GetUserByPersonID
  5. GetUserByPersonIDAndPassword

how to ?

  1. Install/Run Postgress Database
  2. Build this apps
go build -o user-service *.go
  1. Before you star application, set env variable in your terminal
DB_HOST=localhost
DB_USER=username
DB_NAME=yourdbname
DB_PASSWORD=yourpassword
  1. Then run the appss
  2. To test this apps use user-cli

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author