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

https://github.com/tech-preta/go-crud-app


https://github.com/tech-preta/go-crud-app

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# go-crud-app

1. Iniciando o projeto:

```bash
go mod init go-crud-app
go get github.com/gorilla/mux
go get gorm.io/gorm
go get gorm.io/driver/sqlite
```

2. Iniciando a aplicação:

```bash
go run main.go
```