- .net Core 2.1 SDK/Runtime: https://www.microsoft.com/net/download
- nodeJs 10.13.0: https://nodejs.org/en/
- MSSQL Server 2012
- For database setup, run all scripts in /Repositories/SqlSetup.
- You may need to change the connectionstring in appsettings.json.
- Server side validation using FluentValidator
- More client side validation
- Success or failure message on update/add
- Removing unecessary fields
- Fix styling
- Fix navigation when adding a new employee
- Create easy deployment for project
- Logging decorator for controllers