/pg-go

Baby's first CRUD app in golang.

Primary LanguageGo

deps

next

  • bug with path to=villager name that has a space (agent s, big top, kid cat, wart jr)
  • broken img fallback
  • decide proj scope
  • docker
  • learn more about error handling conventions in go (log.Fatal() v. Panic(), etc.)
  • testing
  • sql vulnerabilities and best practices

other

  • live reload with nodemon --exec go run main.go --signal SIGTERM