remstos / todos-kubeless

A todo app using kubeless and serverless

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todos

Todos demo

This is the source code of the Serverless Todos service.

You'll find two directories here.

  1. The backend directory contains the whole Serverless service and it's corresponding function code.
  2. The frontend directory contains the different frontends you can connect to your backend to use the Todos service through your web browser.

Source

This is a modified version of Philipp Muens Todo example from his serverless book. Modified to run on Kubeless

About

A todo app using kubeless and serverless

License:Apache License 2.0


Languages

Language:JavaScript 96.6%Language:HTML 3.4%