https://github.com/mahdimotamedi/go-echo-example-app
A tutorial app with go and echo micro framework.
https://github.com/mahdimotamedi/go-echo-example-app
echo echo-framework golang tutorial
Last synced: 9 days ago
JSON representation
A tutorial app with go and echo micro framework.
- Host: GitHub
- URL: https://github.com/mahdimotamedi/go-echo-example-app
- Owner: mahdimotamedi
- Created: 2018-07-26T05:30:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T18:28:42.000Z (almost 8 years ago)
- Last Synced: 2025-02-27T08:43:55.888Z (over 1 year ago)
- Topics: echo, echo-framework, golang, tutorial
- Language: Go
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-echo-example-app
> a tutorial app with go and echo micro framework
## Build Setup
``` bash
# get echo
go get github.com/labstack/echo
# run app on port 1323
go run server.go
```
this project is still under construction...