https://github.com/hugovarellaa/golang-crud
https://github.com/hugovarellaa/golang-crud
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hugovarellaa/golang-crud
- Owner: Hugovarellaa
- Created: 2022-12-07T21:19:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-14T13:04:38.000Z (over 2 years ago)
- Last Synced: 2025-02-15T15:49:59.234Z (3 months ago)
- Language: Go
- Size: 197 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```