/e-shop

Primary LanguageC#MIT LicenseMIT

E-Shop

Turkish

First, make sure you have dotnet core 6 and Angular Cli 14 installed.

For Backend:

cd API
dotnet run

For Frontend:

cd Client
ng serve