An experimental shopping site prototype using a CGI Interface
Once, you've installed the libraries in the C++ Dependencies section,
$ make cpp # compile C++
$ make css # compile sass
$ make serve
SQLite is used as a database engine. The following databases exist:
-
User ID, Name, Address, Email, ID, Auth_Token(Password), Type(Buyer/Seller)
-
Items Name, Price, Description, Discount(FLOAT), IMAGE, SellerID, Inventory
-
Orders OrderID, UserID, ProductID
CGICC: http://ftp.gnu.org/gnu/cgicc/
SQLITE C++ Parser: https://github.com/aminroosta/sqlite_modern_cpp