This project aim to guide newcomer to understand gofiber web framework in a short period .
git clone https://github.com/zercle/gofiber-101.git
go run main.go
- The Go Programming Language
- Welcome - Fiber (gofiber.io)
- GORM Guides | GORM - The fantastic ORM library for Golang, aims to be developer friendly.
- JSON:API — Examples (jsonapi.org)
- Effective Go
This project try simulate full stack web development
sequenceDiagram
Webpage ->> Webservice: Request
Webservice ->> Database: Query
Database ->> Webservice: Result
Webservice ->> Webpage: Process & Response