Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 408 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 408 Bytes

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