To install follow the below steps:
- Download the repository.
- If it is not installed install dotnetcore and SQLLite.
- Navigate to the containing folder in a powershell window.
- Run dotnet add package Microsoft.EntityFrameworkCore.Design
- Run dotnet -restore.
- Run .\DatabaseRebuild.ps1.
- Run dotnet run.
I have included a few test calls for Postman. If you decide to use this be sure to change the keys for the Token (.\Shared\TokenOperator.cs TokenServerKey) and the password hash (.\Shared\PasswordOperator.cs BuildSaltForUser).