Make-A-Thon ADM is a management system for desktops, offline-database compatible, written in C++ using the Qt framework.
https://tinyurl.com/make-a-thon-adm
- Add and delete participants from the database
- Update participant data in real time
- Form and visualize groups
Make-A-Thon uses a number of open source projects to work properly:
- Qt Framework - Widget toolkit for creating graphical user interfaces
- XAMPP - Cross-platform web server solution stack package
- C++ - C with Classes.
- MySQL - Relational database management system.
Make-A-Thon requires Qt v4+ and C++ 11 to run.
Install Qt and XAMPP and start the server.
In order to run the program with MySQL, the following drivers are needed. Instructions on how to use them on your own application are linked below.
Driver | Github |
---|---|
MySQL | https://github.com/thecodemonkey86/qt_mysql_driver |
MIT