Welcome to Bangazon E-commerce, an online shopping marketplace for a fictitious company. This application enables users to create a profile, search and purchase products, and create and sell products of their own. Bangazon E-commerce is built with a C# /.NET MVC architecture, .NET Entity and Identity Framework for easing database access and login/registration, and Razor templates for the UI.
In order to generate the database:
- Open Visual Studio and load the solution file
- Go to the Package Manager Console in Visual Studio.
- Execute
Update-Database
to generate your tables. - Use the SQL Server Object Explorer to verify that everything worked as expected.