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

https://github.com/rajabovilyas/golang-crud

This application allows users to perform basic operations on data in a database. In this scenario
https://github.com/rajabovilyas/golang-crud

cobra-cli crud golang gorm-orm jwt redis swagger upload-file zerolog

Last synced: about 2 months ago
JSON representation

This application allows users to perform basic operations on data in a database. In this scenario

Awesome Lists containing this project

README

        

# Golang CRUD

This application allows users to perform basic operations on data in a database. In this scenario

## Running dev

To run dev, run the following command

```bash
go run ./cmd/golang-crud/main.go
```

## Build

To Build, run the following command

```bash
go build -o ./golang-crud.exe ./cmd/golang-crud/main.go
```