From 3c19709b056856485192ff845450a3f5c085b847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fukan=20=C3=96ks=C3=BCz?= Date: Sat, 30 Apr 2022 17:37:22 -0700 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 742334b..aac1af5 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,22 @@ This project is an example of how can we create REST API's with Golang using Gofiber. -https://dogukan.dev -Blog post: +## 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 -https://dogukan.dev/golang-rest-api-crud-islemleri.html ## API Documentation https://documenter.getpostman.com/view/11074048/UVsJvRfY + + +### Blog post: + +https://dogukan.dev/golang-rest-api-crud-islemleri.html