Requires golang v1.20 to run.
After cloning or downloading the template , install the dependencies:
$ cd go-crud
$ go mod tidy
You can run this project from two ways for local development:
$ make run
or
Using the docker compose version of it:
$ docker-compose up
You can run this project from two ways for local development:
$ make test