Skip to content

okkartal/customer-invoice-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

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