Skip to content

khaneliman/Austin-Horstman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e115186 · Oct 25, 2022
Oct 25, 2022
Nov 10, 2021
Oct 25, 2022
Nov 11, 2021
Oct 25, 2022
Nov 10, 2021
Oct 25, 2022
Nov 10, 2021
Nov 10, 2021
Apr 21, 2022
Apr 21, 2022
Nov 10, 2021
Nov 11, 2021
Nov 11, 2021
Nov 9, 2021
Nov 10, 2021

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