System Module/Package
System Module/Package (Common System Libararies)
As a part of Simple Implementation of Modular DDD Technical Architecture Patterns in Go
.
A. System
B. Interface
1. Database (GORM)
2. Indexer
3. Cache
4. Identity & Access Management
1. Clone
$ git clone https://github.com/d3ta-go/system.git
2. Setup
a. copy `conf/config-sample.yaml` to `conf/config.yaml`
b. copy `conf/data/test-data-sample.yaml` to `conf/data/test-data.yaml`
c. setup your dependencies/requirements (e.g: database, smtp, etc.)
3. Runing TDD on Development Stage
Go to specific package and then run
go test [options]