forked from goffee/todoapp
add docu link
This commit is contained in:
parent
89db173151
commit
6ab17890b7
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
## Example Todo App using Goffee framework
|
## 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?
|
### How to run locally?
|
||||||
1- Clone the repository
|
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 routers are defined in the file `routes.go`
|
||||||
|
|
||||||
All request controllers are defined in the directory `controllers/`
|
All request controllers are defined in the directory `controllers/`
|
||||||
|
|
||||||
|
Learn more about this awsome framework in [Goffee documentation](https://docu.smarteching.com/goffee/)
|
||||||
|
|
Loading…
Reference in a new issue