Purpose of this repo is to create sample app to let people train with baseics of golang.
Create basic API return plain text
Add addition endpoint to return HTML
Writing code to return JSON from api
Parsing and consuming query string parameters
Connecting and fetching data from database
Write unit tests to make code bug free before staging
Writing middleware handlers to extend web server capabilities