.Net Software Developer Test
By Giovanni García R - July 2023
This solution was developed using .NET 7 and Angular CLI 15.2.0.
To launch the backend app, go to the src\Payrol.API folder and run the following command:
dotnet run --launch-profile httpsTo launch the frontend app, go to the src\Payrol.UI folder and run the following command:
ng serve --oThe frontend app will open a new browser tab at http://localhost:4200/.