/go-crud

go-crud

Primary LanguageGoMIT LicenseMIT

go-crud

A template for your golang's CRUD application

Installation

Requires golang v1.20 to run.

After cloning or downloading the template , install the dependencies:

$ cd go-crud
$ go mod tidy

Running

You can run this project from two ways for local development:

$ make run 

or

Using the docker compose version of it:

$ docker-compose up

Testing

You can run this project from two ways for local development:

$ make test 

Buy Me A Coffee