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

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

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).