Golang service for handling asset management tasks
- Run the below command to copy sample config file (application.yml.sample) to application.yml. Please do not forgot to update the DB env variables in it according to your local setup.
$ make copy-config
- Run the below commands to install all dependencies of the project.
$ make build
- Run the below command to create db and run migrations on it
$ make db.setup
Run test locally
$ make test
Generate coverage report
$ make test-coverage