This is a simple todo application written in containers that uses a MySQL backend along with Redis Caching to drive a API and a frontend that powers a simple little Todo application. It also spins up Google Cloud infrastructure to power the application.
You can install this application using the Open in Google Cloud Shell
button
below.
Clicking this link will take you right to the DeployStack app, running in your Cloud Shell environment. It will walk you through setting up your architecture.
To remove all billing components from the project
- Typing
deploystack uninstall
There is a development setup for this application that uses Docker to run everything you need to developer and test it out locally.
To run:
- Open a terminal on your local system.
cd code
make dev
This will spin up 4 containers
- MySQL /database
- Redis
- Golang API /middleware
- Static HTML/JS/CSS site /frontend
This is not an official Google product.