This application is based on a storefront that takes allows for users
to make create accounts, login, browse store products, and buy them.
As a user, I am able to create an account, so that I may log-in.
As a customer, I am able to view a store and view their products, so that I may add them to my cart.
As a customer in a store, I am able to buy products and place them in my cart, so that I may purchase or remove them.
C# Programming, SQL, xUnit Testing, ASP.NET Core Web API, ADO.NET, Git, DevOps, Azure Cloud, Docker
- Create User
- Log in to User
- Select Store
- See products in selected store
- Add product to cart To-do List:
- Add more functionality to console
- Modify function calls on client side to be less numerous
- Incorperate Factory idea in client side function calls
git clone https://github.com/220321-NET/P1-reyjvergara/- Run
WebAPI.csprojin Visual Studio to run the backend - Open folder of clone in Visual Studio Code
- Use
dotnet runto run the front end - Prompts will appear in the console of Visual Studio Code
- These prompts allow for the reading/writing of database