An open API service indexing awesome lists of open source software.

https://github.com/pedrobertao/go-crud

go-crud
https://github.com/pedrobertao/go-crud

crud crud-api crud-application fiber golang rest-api restful-api zap

Last synced: 11 months ago
JSON representation

go-crud

Awesome Lists containing this project

README

          

# go-crud
## _A template for your golang's CRUD application_

## Installation

Requires [golang](https://go.dev/) v1.20 to run.

After cloning or downloading the template , install the dependencies:

```sh
$ cd go-crud
$ go mod tidy
```

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

```sh
$ make run
```

or

Using the [docker](https://www.docker.com/) compose version of it:

```sh
$ docker-compose up
```

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

```sh
$ make test
```

Buy Me A Coffee