add docu link #1

Merged
zeni merged 1 commit from jacs/todoapp:develop into main 2024-09-27 11:27:52 -04:00

View file

@ -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
@ -18,3 +18,5 @@ 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/`
Learn more about this awsome framework in [Goffee documentation](https://docu.smarteching.com/goffee/)