https://github.com/killerasus/gorest
Implementing the REST API examples from APIs REST by Alexandre Saudate
https://github.com/killerasus/gorest
gin go golang rest-api
Last synced: 2 months ago
JSON representation
Implementing the REST API examples from APIs REST by Alexandre Saudate
- Host: GitHub
- URL: https://github.com/killerasus/gorest
- Owner: killerasus
- License: mit
- Created: 2022-06-15T05:11:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T22:38:20.000Z (almost 4 years ago)
- Last Synced: 2025-06-16T22:06:13.199Z (about 1 year ago)
- Topics: gin, go, golang, rest-api
- Language: Go
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go REST API
This program simulates a driver-sharing app like many famous apps through a REST API using [Go](https://golang.org) and [Gin](https://github.com/gin-gonic/gin).
An adaptation of the examples from the book [APIs REST by Alexandre Saudate](https://www.casadocodigo.com.br/products/livro-apis-rest).