Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.89 KB

readme.md

File metadata and controls

27 lines (17 loc) · 1.89 KB

User Management Docs

An open-source application delivering a responsive user management experience.

🔬 Technical Overview

This repository contains a distributed cloud native application comprised of two components:

  • Front-end - Primary point of interaction with users. It is a React client side application build using webpack for fast surfing.
  • Back-end - Centralized in-memory data storage containing the information of all known users. Written in C++ for flexibility and scalability it leverages many Open-Source technologies listed here.

🚀 Cloud Deployments

ℹ️ The goal for this project is to span multiple public ☁️ clouds all the while costing the least amount possible

🚫 Currently offline!

👨‍🔬 Development Summary

Component Build Coverage
Back-end C++ CI codecov
Front-end Node.js CI codecov