The what, why, and how:
Personal repository for myself. Used to house the information about myself for others to familiarize them with me, as a person. It contains all the projects that I work on related to my time as a software engineer and my resume for anyone interested in learning more.
Steps required to install project and how to get the development environment running:
You must have the .NET SDK installed. .NET 6 is required.
If this is your first time with dotnet development locally. You must trust the local https development certificates.
dotnet dev-certs https --trust
Instructions and examples for use:
cd WebApp
dotnet watch run
cd WebApi
dotnet watch run
If you would like to contribute it, you can follow these guidelines for how to do so.
- Create feature branches and submit a PR into develop.
Tests for application and how to run them:
cd WebApp/khaneliman/apps/austin-horstman
npm run test-coverage
cd WebApp
dotnet test
cd WebApi
dotnet test
For any questions, please contact me with the information below:
GitHub: @khaneliman