Final changes to readmes

This commit is contained in:
Stedoss
2023-12-07 01:12:12 +00:00
parent 025983bd21
commit ecc97d06cd
4 changed files with 1656 additions and 1398 deletions

View File

@@ -23,6 +23,12 @@ dotnet run
### Configuring
The app should already be setup to work in development mode with the frontend. For configuration options, use `YPS.Beer/appsettings{.Development}.json`
### Running tests
To run the unit tests, run:
```sh
dotnet test
```
## Technology
To create this project, the following was used:
* .NET 8