...

/

Environment Setup and Scaffolding

Environment Setup and Scaffolding

Learn the basics of Go by creating a coffee shop app.

In order to build a web app, or any software for that matter, we must go through a few stages:

  • Requirement gathering: This stage entails figuring out what we want to build.

  • Designing: This includes designing the various components of the app, including the APIs and the databases. ...