Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericklima-ca/go-api-rest
https://github.com/ericklima-ca/go-api-rest
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericklima-ca/go-api-rest
- Owner: ericklima-ca
- License: mit
- Created: 2022-02-17T02:32:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-02-18T03:34:42.000Z (over 2 years ago)
- Last Synced: 2024-06-19T13:43:13.028Z (5 months ago)
- Language: Go
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal Microproject
## Learning [Golang](https://github.com/golang/go)
Building a simple REST API with CRUD operations.
---
Stack:
- Golang
- Gorm
- Postgresql
- Docker
---
Design:- GET /api/orders
- GET /api/orders/{id}
- POST /api/orders
- DELETE /api/orders/{id}
- PUT /api/orders/{id}