Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ericklima-ca/go-api-rest


https://github.com/ericklima-ca/go-api-rest

Last synced: 6 days ago
JSON representation

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}