Create a TodoList App w/ Go that can be deployed to K8s and be access locally by a service include documentation on how start it up and installations.
- Read Up on Go
- Decide on API Framework - Gin
- [] Databse???
- Decide on what APIs I want to make
- [] Do Some CI/CD Stuff
- [] Add Tasks
- [] Delete Tasks
- [] Make Complete
- Maybe Martini would have been better but lets see what happens (Famous last words)
- Make everything in the GOPATH cause this stuff is hard
- Don't make sub folder into modules unless directly different componenets,