Shop Bridge is an eCommerce application. This repository is just a demo project, implementation for module "Product Solution" used by admin that helps track the different items for sale.
This project is built in ASP.NET Core(Target Framework is .Net Core 3.1)
All the API calls are async.
- Product Module
- Add a new item to the inventory (The item should require a name, description, and price as basic fields, think of additional information that would be useful)
- Modify an item in the inventory.
- Delete an item from the inventory.
- Lists the items in the inventory.
- IDE Framework - Visual Studio 2019 or higher
- Database - SQL Server 2017 or higher
- OS - Windows 10 or higher
- IIS should be installed.
Clone the repository or Download it as Zip and then unzip it/ Build the solution in release and Debug mode.
Click on run button from Visual Studio.
Right Click on ShopBridge.Tests and select Run Test.
- Data Store Design - 3 hours
- API and Service Logic - 5 hours
- Unit Test Coverage - 3 hours