The Telescope Store app is a console software application that helps customers purchase telescopes and accessories. Below is the code stack used to create the application:
- C#
- Azure Sql Database
- .NET
- Xunit
-
The user can sign up. This allows them to have an account to the store.
-
The user can log in. This allows them to access their account that is connected to the store.
-
The user can view the current inventory.
-
The user can place orders.
-
Orders consists of multiple products.
-
When purchased, the user can view their order history.
-
The order history displays the details of the orders.
-
The manager is able to replenish inventory.
The store is fictional and there is no real product to be sold. This is solely for the purpose of training.