Skip to content

eolivares-e/todo-app

 
 

Repository files navigation

Todo App

Todo App is a hobby project that is primarily focused around being a playground for experimenting with different technologies.

Application Architecture

Todo App Architecture

Secrets Management

This repository uses SOPS with age for managing secrets.

See secrets for details.

Application Proxy / Edge Router

Identity and Access Management

Monitoring Stack

Running the App

Before running the below command, make sure you have the unencrypted secrets in the env directory. See secrets for details.

> docker compose up --build -d

Web UI: http://localhost

  • Normal user
    • username: demouser
    • password: S3c_r3t!
  • Viewer (read-only) user
    • username: demoviewer
    • password: S3c_r3t!

Tools

JSON Schema Generator

The app uses JSON Schema for message validation. See json-schema-generator for details.

About

Todo App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 45.5%
  • Go 30.0%
  • Svelte 8.8%
  • JavaScript 7.5%
  • HCL 4.5%
  • Dockerfile 2.0%
  • Other 1.7%