This repo acts as a starter kit to create a REST api to perform basic operations like add, get and delete.
Before running make, make sure you install postgres
, create a database and update the details in application.yml
make
make start
Mocks are generated using mockery. Generated files are not checked in.
make test