ASP.NET MVC Drink Shop

About the project:

Basic implementation of user facing side of a drink shop, using ASP.NET MVC and Bootstrap.



This was a website project made to learn more about ASP.NET Core MVC.
Live version of the site:
PostgreSQL is used as a Database, with pretty staple ASP.NET packages otherwise such as Entity Framework Core and Identity.
The frontend uses bootstrap with a bootswatch theme that I found to be fitting.
The project is overall small in score, with having a list of drinks, which can be separated by category, added to cart and ordered. Also a rudimentary search feature.
There are also user accounts that the orders are associated to, with a basic settings page, as well as a page where one can view their orders.

Technologies used:  ASP.NET Core Bootstrap PostgreSQL