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

  1. Clone this repository
git clone https://github.com/fathoor/hacktiv8-assignment3.git
  1. Access the directory
cd hacktiv8-assignment3
  1. Install dependencies
go mod tidy
  1. Configure environment variable in .env file
cp .env.example .env
  1. 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.

GitHub

View Github