Categorygithub.com/SyamSolution/grule-service
repository
0.0.0-20240613060541-81bdccfb4073
Repository: https://github.com/syamsolution/grule-service.git
Documentation: pkg.go.dev

# Packages

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

# README

GoRule Service

Name

grule-service

Description

GoRule Service is service that used bisnis rule management

Installation

  1. Ensure, already install golang 1.21 or up
  2. Create file .env
    cp env_example .env
  1. Fill out the env configuration
# APP
APP_PORT=
  1. Install dependencies:
make install
  1. Run in development:
make run

Test

  1. Run unit test
make unit-test
  1. Show local coverage (in html)
make coverage

High Level Design Architecture

picture

Low Level Design Architecture

picture

ERD

picture

Authors

Development Tools