Make-A-Thon ADM

A simple management system.

Build Status

Make-A-Thon ADM is a management system for desktops, offline-database compatible, written in C++ using the Qt framework.

IMAGE ALT TEXT HERE

Website

https://tinyurl.com/make-a-thon-adm

Features

  • Add and delete participants from the database
  • Update participant data in real time
  • Form and visualize groups

Tech

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.

Installation

Make-A-Thon requires Qt v4+ and C++ 11 to run.

Install Qt and XAMPP and start the server.

Drivers

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

License

MIT