Categorygithub.com/KingLeak95/todo-list-go
modulepackage
0.0.0-20231104161128-2f3e552c5dfc
Repository: https://github.com/kingleak95/todo-list-go.git
Documentation: pkg.go.dev

# README

Making a Random TodoList App

Objective:

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.

Tasks

  • Read Up on Go
  • Decide on API Framework - Gin
  • [] Databse???
  • Decide on what APIs I want to make
  • [] Do Some CI/CD Stuff

APIs

  • [] Add Tasks
  • [] Delete Tasks
  • [] Make Complete

Local Development Tips

Random Bugs/Lessons to Live by

  • 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,

# Packages

No description provided by the author