Skip to content

Files

Latest commit

 

History

History
11 lines (8 loc) · 962 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 962 Bytes

CloudAcademy + DevOps

This is part of the CloudAcademy Kubernetes/React/Go/MongoDB Learning Path!

Background

Provides a web based frontend written in React. The web application provides a programming language voting feature where end users can vote for 1 of 3 languages (Go, Java, and NodeJS). The React based web application is designed to be compiled and containerised, and eventually deployed into a Kubernetes cluster, exposed using an Ingress Controller. The web application generates AJAX requests which are sent to a publicly exposed API hosted on the same Kubernetes cluster. The API is written in Go and reads/writes to a MongoDB database, also hosted on the same Kubernetes cluster using a StatefulSet setup.

Language Vote Application