Skip to content

LinuxAd/go-todos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adam's Go TODO app

Requirements

  • Docker
  • Go (built on 1.15.6)
  • GNU Make if using the makefile
  • Postgresql installation - the makefile will attempt to spin up a container version for testing

Building and running

The easiest way to build the app would be via the Makefile:

make build

Which would give you the binary.

To run something more useful, you can use the provided kubernetes config which can be run in a test cluster:

kubectl apply -f k8s/

Not prod ready!

Adapted from Semaphore Tutorial and Better Programming Tutorial

About

A quick todo app to test out some Go api writing

Resources

Stars

Watchers

Forks

Packages

No packages published