#Authors# Jordan Nakamoto
#Project Description# An app to manage the inventory of a car dealership. Local MYSQL database connected to CPP program.
#Installation Instructions#
-
Setup Oracle mysqlcppconnector https://github.com/mysql/mysql-connector-cpp
-
Connect the CPP linker to the library locations in the makefile. Current setup is for M1 Macbook Air filesystem
-
Download http://wxwidgets.org, the GUI library.
- on MacOSX this is most easily done through Homebrew Package Manager
- once again, this library has been linked in the Makefile for building on M1 Mac filesystem
- Open main.cpp and on line 79, provide the login credentials used for your local MYSQL credentials
Build the app with "make" Run the executable with "./app"