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.
- Clone this rpeository by runnign "git clone repo_url"
- Open the "Website.sln" file in Visual Studio 2019
- Add the SQL database connection string in "*.aspx.cs" files
- Create SQL Database (Databse Queries available in "DbSql.sql")
- Run the application