https://github.com/nullstone-io/go-echo-quickstart
Go Quickstart using Echo for Nullstone
https://github.com/nullstone-io/go-echo-quickstart
Last synced: 11 days ago
JSON representation
Go Quickstart using Echo for Nullstone
- Host: GitHub
- URL: https://github.com/nullstone-io/go-echo-quickstart
- Owner: nullstone-io
- License: mit
- Created: 2024-03-20T17:24:58.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-05-04T18:08:21.000Z (3 months ago)
- Last Synced: 2026-05-04T20:13:25.944Z (3 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Quickstart using Echo
This is a Go Quickstart using [echo](https://echo.labstack.com/) for [Nullstone](https://nullstone.io).
This is based on the official [Quick Start](https://echo.labstack.com/docs/quick-start) from echo.
## How to launch via Nullstone
1. Create postgresql datastore.
2. Create a public web app. (Remember `app-name` for later)
3. Add the
## How to run locally
```shell
docker compose up
```