/Infante-Jon-P0

P0 Project for the .NET stack in C#

Primary LanguageC#

Jon's Conglomerate of stores for used hardware goods


Command Line application written in C#


Functionality

  • Ability to create stores and update their list of products for purchase
  • User sign up and log in with password hashing
  • Purchase products from a store and adds them to your shopping cart
  • Checkout and view past orders with sorting (by date and cost) for both Users and Stores
  • Database connection using SQL Server and AWS
  • Implements logging for each significant event in the application

Get Started

To checkout the store application use the following steps:

git clone https://github.com/211206NET/Infante-Jon-P0.git
Navigate to UI folder and enter dotnet run