1. 1. Introduction
  2. 2. Setup
    1. 2.1. Setting up the Project
    2. 2.2. Intro to kubernetes
    3. 2.3. Quickstart for minikube, kubectl and gcloud
  3. 3. Frontend Single Page App
    1. 3.1. React and State management
    2. 3.2. Navbar component
    3. 3.3. Login component
  4. 4. Mongo Database
    1. 4.1. Using docker
    2. 4.2. Docker copose
    3. 4.3. Schemas
    4. 4.4. Mongodb driver
  5. 5. Security
    1. 5.1. Registering a user
    2. 5.2. TLS Certs
    3. 5.3. HTTPS in warp
    4. 5.4. Authentication
    5. 5.5. Authorization and JWTs
  6. 6. Backend Server
  7. 7. Webassembly

Learn how to create a web app with rust and webassembly

Google Authentication component