raulvillares / reverseapplication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local Development Instructions

## Install Git Hook

git config --local core.hooksPath githooks/

## Build App

dotnet build

Run tests

### Unit tests

dotnet test --filter FullyQualifiedName\~UnitTests

### Acceptance tests

dotnet test --filter FullyQualifiedName\~AcceptanceTests

All tests

dotnet test

Run App

cd ReverseAPI && dotnet run && cd ..

## Check out the app

https://localhost:7086/reverse?text=hello

CI/CD Resources

About


Languages

Language:C# 77.1%Language:Shell 12.6%Language:PowerShell 10.3%