A system that tracks user training in a Makerspace. If your machines are different you'll have to fork and adapt it yourself. Or make a pull request to make it fully generic.
Requires C++20
Requires MariaDB >= 10.7
Requires MariaDB C++ Connector
Requires argparse (CMake will automatically get argparse via FetchContent)
git clone https://github.com/gunqqer/MakerspaceBadging.git
cd MakerspaceBadging
mkdir build; cd build;
cmake ..
make
- Finish SQLBridge
- Selects
- Inserts
- Deletes
- Updates
- Menu system
- Create user interface
- Add testing
- Add CLI arguments
- Add logging