.NET at the backend and Angular at the front.
If you don't have some of the following programs installed, please do:
- .NET 2.0
- NPM
- NodeJS
In order to run it please open a shell and:
- Go to the RestaurantApi folder, type
dotnet run
- Open another shell, go to the RestaurantCLient folder, type:
npm i
ng serve