From 6ab17890b79f567572a17f1157131b86fd4c4e77 Mon Sep 17 00:00:00 2001 From: jacs Date: Fri, 27 Sep 2024 10:02:03 -0500 Subject: [PATCH] add docu link --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e35c2e..ae5b27f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## Example Todo App using Goffee framework -This repository contains the code for an example todo app using [Goffee framework](https://git.smarteching.com/goffee) + This repository contains the code for an example todo app using [Goffee framework](https://git.smarteching.com/goffee) ### How to run locally? 1- Clone the repository @@ -17,4 +17,6 @@ go install git.smarteching.com/goffee/goffee@latest All routers are defined in the file `routes.go` -All request controllers are defined in the directory `controllers/` \ No newline at end of file +All request controllers are defined in the directory `controllers/` + +Learn more about this awsome framework in [Goffee documentation](https://docu.smarteching.com/goffee/) -- 2.39.2