Pair of employees who have worked together
Small .net core 6 backend with minimalistig angular spa presentation page with ability to upload .csv files to the system.
- add EmployeeDB in your MSSQL
- update your appsetting connection strings
- apply the migration to your db via EF 'update-database'
- run 'npm i' to install all angular packages
- run npm build to build the angular app
- check your proxy.config.js to match your local backend url and port