todo

module
v0.0.0-...-4a0eee0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 13, 2018 License: MIT

README

Todo

A clean todo web backend written in Go.

Setup

Dependencies
Migrations
migrate -path ./internal/store/migrations -database "postgres://user:pass@addr?sslmode=disable&dbname=dbname" up
Build
cd cmd/todo
go build
Configure
export TODO_POSTGRES_DSN="sslmode=disable user=user dbname=dbname"
export TODO_ADDR=":8080"
Run
./todo

Directories

Path Synopsis
cmd
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL