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

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


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

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

GoLang API REST

## 💻 Description

API of a CRUD use GoLang, docker-compose, postgres and gorm.

## 🛠️ Rotas










## 📝 Clone and use


```bash
# Clone this repositorie
$ git clone https://github.com/Hugovarellaa/golang-crud

# Enter in folder
$ cd golang-crud

# Run postgresDB
$ docker-compose up

# Run Go Application
$ go run main.go
```