Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rashevskiivv/go-echo-example
Pet project to try Echo. Check README for more info
https://github.com/rashevskiivv/go-echo-example
docker echo go golang
Last synced: about 1 month ago
JSON representation
Pet project to try Echo. Check README for more info
- Host: GitHub
- URL: https://github.com/rashevskiivv/go-echo-example
- Owner: rashevskiivv
- Created: 2023-01-15T12:12:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T09:59:19.000Z (almost 2 years ago)
- Last Synced: 2023-07-14T11:24:47.654Z (over 1 year ago)
- Topics: docker, echo, go, golang
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-echo-example
This project is a pet project to try [Echo](https://echo.labstack.com/).## Docker
1. Clone this repository.
2. Build the container: ```docker build --tag echo-example .```
3. Run: ```docker run -p 8000:8000 echo-example```