muhammadaskar / kredit-plus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kredit Plus

Clone

$ git clone https://github.com/muhammadaskar/kredit-plus.git

Install Packages

$ go mod download

Copy Environtment

$ cp .env.example .env

Run Migration

$ go run cmd/migration-runner/main.go

Run Seeder

$ go run cmd/seeder-runner/main.go

Build Using Docker Compose

$ docker compose up -d

Build Using Dockerfile

$ docker build --platform=linux/amd64 --network=host -t kredit-plus-image:v1.0 .
$ docker run -d -p 5000:5000 --name kredit-plus-container kredit-plus-image:v1.0

About


Languages

Language:Go 99.3%Language:Dockerfile 0.7%