Go Microservice Auto Update JSON
DTS Kominfo x Hacktiv8 – Golang 2022
This repository contains source code for Golang learning in DTS Kominfo x Hacktiv8 2022 – Golang.
Installation
- Clone this repository
git clone https://github.com/fathoor/hacktiv8-assignment3.git
- Access the directory
cd hacktiv8-assignment3
- Install dependencies
go mod tidy
- Configure environment variable in
.env
file
cp .env.example .env
- Run the app
go run main.go
Note: This app will run on port 8080 by default, you can change it in
.env
file.
This repository is only for educational purpose, as I will use this only to upload my assignments for this particular class.