GitHunt

sample-go-api

This repo acts as a starter kit to create a REST api to perform basic operations like add, get and delete.

Setup

Before running make, make sure you install postgres, create a database and update the details in application.yml

make

Start service

make start

Test

Mocks are generated using mockery. Generated files are not checked in.

make test

Languages

Go95.1%Makefile4.1%HTML0.9%

Contributors

Created March 4, 2019
Updated March 6, 2019
krarjun90/sample-go-api | GitHunt