Skip to content

CPP + MySQL App group project for 355 -Databases

Notifications You must be signed in to change notification settings

kdrewes/355CarDealership

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Authors# Jordan Nakamoto

#Project Description# An app to manage the inventory of a car dealership. Local MYSQL database connected to CPP program.

#Installation Instructions#

  1. Setup Oracle mysqlcppconnector https://github.com/mysql/mysql-connector-cpp

  2. Connect the CPP linker to the library locations in the makefile. Current setup is for M1 Macbook Air filesystem

  3. 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
  1. 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"

About

CPP + MySQL App group project for 355 -Databases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.2%
  • Makefile 3.8%