user service using grpc go, postgresql and redis. The service is designed to be accessed by the internal network so that the grpc connection used is an insecure connection. This service is part of ERP Microservices.
- git clone git@github.com:jacky-htg/user-service.git
- make init
- cp .env.example .env (and edit with your environment)
- make migrate
- make seed
- make server
- You can test the service using
go run client/main.go
and select the test case on file client/main.go
- Companies
- Regions
- Branches
- Employees
- Company Features
- Users
- Groups
- Auths
- Role Base Access Control (RBAC)
- Multi companies
- Company registration
- Companies CRUD
- Multi Regions
- One region can be assigned to many branches.
- Regions CRUD
- Multi Branches
- Branches CRUD
- Employees CRUD
- Login
- Forgot Password
- Reset Password
- Change Password
- Check Authorization
- Users CRUD
- Group CRUD
- List Access
- Multi users
- One role can be assigned multi access
- Role Base Access Control (RBAC)
- List Features
- List Package Feature
- View Package Feature
- Company Feature Setting : The company can use the whole of features, or cherry pick part of features.
- Give star or clone and fork the repository
- Report the bug
- Submit issue for request of enhancement
- Pull Request for fixing bug or enhancement module
The license of application is GPL-3.0, You can use this apllication for commercial use, distribution or modification. But there is no liability and warranty. Please read the license details carefully.