Note
Nodejs version of this project is also available via git checkout node after pulling it down.
Clone the repository
$ git clone https://github.com/wajeht/commit.gitCopy .env.example to .env
$ cp .env.example .envInstall dependencies
$ go mod downloadRun development server
$ go run ./cmdTest the application
$ go test ./...