The goal of this workshop is to create and deploy a web application from scratch, using Go and Google App Engine.
The application is an event manager with weather information for each event. Cool, right? It doesn't look amazing, but hey ... I'm really not a frontend engineer. 😅
The implementation will be done in six steps starting, obviously, with step 0.
- Step 0: basic architecture
- Step 1: JSON and local storage
- Step 2: durable storage
- Step 3: adding weather with openweathermap.org
- Step 4: storing temporary results in Memcache
- Step 5: final version of the application
Everything you need to do corresponds to a comment in the code, so don't miss any!