Server Architecture : .NET 7 Web API
Client Architecture : Angular 16
Storage Architecture : SQL Server
Total and grandtotal values are calculated automatically according to the entered quantity, price, and discount values.
For Client Project Startup from command line
cd Client
npm install
ng serve
For Server Project Startup from command line
cd Server
dotnet run