https://github.com/tech-preta/go-crud-app
https://github.com/tech-preta/go-crud-app
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tech-preta/go-crud-app
- Owner: Tech-Preta
- License: gpl-3.0
- Created: 2025-01-25T14:23:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-25T16:32:54.000Z (over 1 year ago)
- Last Synced: 2025-02-11T13:56:58.608Z (over 1 year ago)
- Language: HTML
- Homepage: https://www.nataliagranato.xyz
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```