Skip to content

prince-chrismc/user-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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