~damien/shopping

Various fixes and i18n modifications
Various changes
Simplify route handling

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~damien/shopping
read/write
git@git.sr.ht:~damien/shopping

You can also use your local clone with git send-email.

This is an experimental design for a cross-platform app/website/service/thing in Go.

#Running

$ overmind start

TOOD: Set up a command to pull docker images in advance so that this doesn't fail due to timeouts.

Web:

$ mkdir -p dist
$ go build -o dist/web ./cmd/web && dist/web

API:

$ mkdir -p dist
$ go generate ./api && go build -o dist/api ./cmd/api && dist/api

#Accessing Services

CLI tools for services, such as consul, psql, and vault, can be accessed after running:

$ source env.sh

#(Dis)Connecting to a Process

To connect to a specific process:

$ overmind c <name>

To disconnect, press <C-a> a d.