anddreluis2 / golangRestAPI

creating a rest api with golang and gin with the official doc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project includes the following concepts

1 - Design API endpoints.
2 - Create a folder for your code.
3 - Create the data.
4 - Write a handler to return all items.
5 - Write a handler to add a new item.
6 - Write a handler to return a specific item.

To implement all these funcionalities, i used golang with gin framework and http methods

About

creating a rest api with golang and gin with the official doc


Languages

Language:Go 100.0%