Skip to content

Simple Golang TODO app, used to demonstrate Kratix's multi-promise capabilities

License

Notifications You must be signed in to change notification settings

syntasso/sample-golang-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Golang To Do app

The application code is based on a blog published by Emmanuel John.

Running

export PGUSER=<pg user> # defaults to postgres
export PGPASSWORD=<pg password>
export PGSSLMODE=<ssl mode> # defaults to require
export PGHOST=<pg host> # defaults to localhost:6432
export DBNAME=<db name> # defaults to mydb

Updating the app image

This applicatio is used by various demos. Build and push an updated image any time you make a change. The image is published at https://hub.docker.com/repository/docker/syntasso/sample-todo-app.

About

Simple Golang TODO app, used to demonstrate Kratix's multi-promise capabilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published