An open API service indexing awesome lists of open source software.

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

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
```