Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.06 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.06 KB

customer-invoice

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

image image image image image image