Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 435 Bytes

File metadata and controls

34 lines (23 loc) · 435 Bytes

💻 Development

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.git

Copy .env.example to .env

$ cp .env.example .env

Install dependencies

$ go mod download

Run development server

$ go run ./cmd

Test the application

$ go test ./...