https://github.com/nullstone-io/go-echo-quickstart
Go Quickstart using Echo for Nullstone
https://github.com/nullstone-io/go-echo-quickstart
Last synced: 8 months 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-06T14:09:32.000Z (over 1 year ago)
- Last Synced: 2025-05-06T08:58:39.646Z (about 1 year ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- 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
```