techiekuldeep / eCommerceCart

An ecommerce cart using asp.net core 6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shopping Cart

This project is a shopping cart application developed using ASP.NET Core 6 and .NET 6. The application allows users to browse products, add them to the cart, and checkout.

Prerequisites

  • .NET 6 SDK installed
  • Visual Studio 2022 or later

Configuration

The application uses Entity Framework Core to communicate with the database. You can configure the database connection string in the appsettings.json file. Apply migrations

image

  • After login the application goes to admin area image

Acknowledgements

  • This project is inspired by a mixture of resources from Dot Net Tricks.
  • Many thanks to DotNetTricks

Contact

Created by @kuldeepSingh - feel free to contact me!

About

An ecommerce cart using asp.net core 6


Languages

Language:C# 66.8%Language:HTML 29.0%Language:CSS 3.4%Language:JavaScript 0.8%