/test-mnc

skill test mnc

Primary LanguageGoMIT LicenseMIT

go-test-mnc

Backend Engineer Assignment - API Development golang with framework Gin / Gin-gonic

Api Doc

Postman API Documentation

Development Guide

Collection Using Postman

  • ./go-test-mnc.postman_collection.json

Installation

  • Clone this repo

        git clone https://github.com/adamnasrudin03/go-test-mnc.git
  • Copy .env.example to .env

        cp .env.example .env
  • Setup local database

  • Start service API

        go run main.go

Coverage Unit Test

  • with make file
    make cover

Connect with me