https://github.com/jcmdsbr/go-rest-hello-world
Project to learning golang use a rest api use case
https://github.com/jcmdsbr/go-rest-hello-world
gofiber golang learning rest-api
Last synced: about 2 months ago
JSON representation
Project to learning golang use a rest api use case
- Host: GitHub
- URL: https://github.com/jcmdsbr/go-rest-hello-world
- Owner: jcmdsbr
- Created: 2020-07-24T00:40:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T20:25:14.000Z (about 4 years ago)
- Last Synced: 2025-01-27T07:30:03.828Z (4 months ago)
- Topics: gofiber, golang, learning, rest-api
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The GoRest HelloWorld :sunglasses:
- Learning golang, Exercise to se a rest api use case
## Give a Star! :star:
If you liked the project, please give a star ;)
## You need some of the fallowing tools :exclamation:
- GoLang (Install fiber package)
## Description :books:
- Go is an open source programming language that makes it easy to build simple, reliable, and efficient software
### Startup ✔️
```go
go run main.go
```**Official documentation** [Redirect](https://blog.golang.org/)