Run the program from Nathan Wang CAB201 Auction House/AuctionHouse/Program.cs to open the terminal window, and the user is prompted to
- Register
- Login
- Exit
Once logged into the program, the user can
- Advertise their products
- View their products listed
- Search the market
- View bids on their products
- View their purchases
- Log off
This program is written with an object oriented structure in mind. Users are stored in a txt file and parsed into the program using a class list.