Skip to content

fachryansyah/test-golang

Repository files navigation

Test Golang

Ini adalah repository untuk menjawab beberapa soal test golang.
Dokumentasi API

Instalasi

Clone project

$ git clone https://github.com/fachryansyah/test-golang

Memasang Module

$ go get github.com/fachryansyah/test-golang-solusi-menghitung-huruf

Menjalankan Webservice

$ go run server.go

Menjalankan Service Docker

Membuat Image

Membuat image dari Dockerfile yang sudah di konfigurasi.

$ docker build --tag app-test-golang-fahri:1.0 .

Membuat Container

docker container create --name app-test-golang-fahri -p 1337:1337 app-test-golang-fahri:1.0

Menjalankan Container

docker container start app-test-golang-fahri

About

Repository isi jawaban untuk test golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published