/Shopping-Website

This website is developed using ASP.NET.

Primary LanguageASP.NETMIT LicenseMIT

Shopping-Website

This website is developed on ASP.NET using C#. A user can register as a seller or a consumer, a seller user can put up products for sale, while the products can be bought by both the seller as well as the consumer.

This website is developed on Visual Studio 2019

Steps to run the website:

  1. Clone this rpeository by runnign "git clone repo_url"
  2. Open the "Website.sln" file in Visual Studio 2019
  3. Add the SQL database connection string in "*.aspx.cs" files
  4. Create SQL Database (Databse Queries available in "DbSql.sql")
  5. Run the application