A simple HR management tool, to track skill proficiencies and profiles.
To build and run this project you need .net core 8, docker and docker-compose installed.
To build and run unit tests:
./bin/preTo build and run the app:
./bin/runYou can pass parameter nuke to either ./bin/pre or ./bin/run to delete
docker containers and rebuild them, this is typically useful if there has been a db schema change.