https://github.com/prince-chrismc/user-management
An open-source application delivering a responsive user management experience.
https://github.com/prince-chrismc/user-management
cmake conan conan-packages cpp cpp14 docker docker-image openapi3 react-hooks reactjs restful-api webpack
Last synced: 4 months ago
JSON representation
An open-source application delivering a responsive user management experience.
- Host: GitHub
- URL: https://github.com/prince-chrismc/user-management
- Owner: prince-chrismc
- License: mit
- Created: 2020-03-05T03:00:58.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T18:19:13.000Z (over 1 year ago)
- Last Synced: 2025-01-30T18:47:44.399Z (5 months ago)
- Topics: cmake, conan, conan-packages, cpp, cpp14, docker, docker-image, openapi3, react-hooks, reactjs, restful-api, webpack
- Language: C++
- Homepage:
- Size: 4.02 MB
- Stars: 12
- Watchers: 4
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# User Management [](https://prince-chrismc.github.io/user-management/)
An open-source application delivering a responsive user management experience.
![]()
## :microscope: Technical Overview
This repository contains a distributed cloud native application comprised of two components:
* [Front-end](frontend/) - Primary point of interaction with users. It is a [React](https://reactjs.org/) client side application build using [webpack](https://webpack.js.org) for _fast_ surfing.
* [Back-end](backend/) - Centralized in-memory data storage containing the information of all known users. Written in [C++](https://isocpp.org/) for flexibility and scalability it leverages many Open-Source technologies [listed here](backend/conan.lock).## :rocket: Cloud Deployments
> :information_source: The goal for this project is to span multiple public :cloud: clouds all the while costing the least amount possible
:no_entry_sign: Currently offline!
## :man_scientist: Development Summary
| Component | Build | Coverage |
| --- | --- | --- |
| Back-end | [](https://github.com/prince-chrismc/user-management/actions?query=workflow%3A%22C%2B%2B+CI%22)| [](https://codecov.io/gh/prince-chrismc/user-management) |
| Front-end | [](https://github.com/prince-chrismc/user-management/actions?query=workflow%3A%22Node.js+CI%22) | [](https://codecov.io/gh/prince-chrismc/user-management) |