To create a command-line e-commerce store. User must be able to login or create an account once the system begins. They cannot proceed without logging in so make sure wrong choice are accounted for and there's a choice for them to quit if they do not want to login. Only one user type need to be accounted. Once logged in, your user needs to be able to interact with all the items, shop, and manage their account.
- Clone or download the repositiory
- Go to the cloned/downloaded directory from your terminal
- Run these commands:
$ g++ -o <name-you-want-to-give> main.cpp
$ .\<name-you-gave>.exe
- Select 1 to LOGIN
- Use "user" as USERNAME and "password" as PASSWORD to login for the first time or you can create your own account and use that to login
- You can now fully interact with the program
Group Number: 8
- Ashim Paudel (ap2737)
- Grant Doty (td1131)
- Ashtanyrein Duncan (add485)
- Benny Jiang (bj962)