Skip to content

khaneliman/Austin-Horstman

Repository files navigation

Austin Horstman Dotnet Angular App

Badge for GitHub repo top language Badge for GitHub last commit

Docker WebApp - Develop Docker WebApp - Develop .NET WebApp Build .NET WebApi Build

Description

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.

Table of Contents

Installation

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

Usage

Instructions and examples for use:

cd WebApp
dotnet watch run

cd WebApi
dotnet watch run

Contributing

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

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

License

GNU AGPLv3


Questions?

khaneliman

For any questions, please contact me with the information below:

GitHub: @khaneliman