Skip to content

tsub/echo-sandbox

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

echo-sandbox

A sandbox for the echo framework.

Usage

With Go

$ make dotenv
$ export $(cat .env)
$ make deps
$ make build
$ docker-compose up -d
$ build/echo-sandbox &
$ curl localhost:3000

Deployments

Heroku Container Registry

$ heroku container:login
$ heroku create
$ heroku container:push -a <app name> web
$ heroku open -a <app name>

About

A sandbox for the echo framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published