Goals:
- learn how to build backend systems and to explore cloud computing/hosting etc
My learning based on part of the complete tutorial
- Built a simple web server. Understood simple Go Syntax.
- A complete CRUD API
- go mod init name of mod-file (go 1.17 + requires a module file (go.mod))