austinmhorn / APVS

Pharmacy Management System that utilizes an exchange rate API for real-time high precision conversions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

APVS

Pharmacy Management System that utilizes an exchange rate API for real-time high precision conversions

Authors

Initial compilation and run

  • cmake -S . -B build
  • cmake --build build
  • bin/./APVS or ./bin/APVS

Compile and run

  • cmake --build build
  • bin/./APVS or ./bin/APVS

About

Pharmacy Management System that utilizes an exchange rate API for real-time high precision conversions


Languages

Language:C++ 97.1%Language:CMake 2.9%