Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dogukanoksuz/go-rest-api-boilerplate
Golang REST API Boilerplate with Gofiber
https://github.com/dogukanoksuz/go-rest-api-boilerplate
fiber fiber-framework go gofiber golang rest rest-api restful-api
Last synced: about 4 hours ago
JSON representation
Golang REST API Boilerplate with Gofiber
- Host: GitHub
- URL: https://github.com/dogukanoksuz/go-rest-api-boilerplate
- Owner: dogukanoksuz
- Created: 2022-03-06T19:12:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T09:45:22.000Z (12 months ago)
- Last Synced: 2024-06-20T14:18:18.280Z (5 months ago)
- Topics: fiber, fiber-framework, go, gofiber, golang, rest, rest-api, restful-api
- Language: Go
- Homepage: https://dogukan.dev/golang-rest-api-crud-islemleri.html
- Size: 44.9 KB
- Stars: 36
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Golang REST API Boilerplate
This project is an example of how can we create REST API's with Golang using Gofiber.
## Feature List
- Different database adapter support
- Singleton database connection pattern
- Integration tests
- Global error handling
- Example middlewares
- Example CRUD pattern implementation with Models and Controllers## API Documentation
https://documenter.getpostman.com/view/11074048/UVsJvRfY
### Blog post:
https://dogukan.dev/golang-rest-api-crud-islemleri.html