** Filling more of this out later (who am I kidding, its never getting done). **
There are required settings in appsettings.json.
- Secret: This can be any string. Should be long. It is used to generate and read tokens. If it is ever change, it will just invalidate all older tokens (they would be regenerated next time someone logs in).
- ConnectionString: The connection string to your database.
Wrapper for the HTTP client that connects to the web service. Used in the GUI, the Website accesses data directly.
Context and models for database access.
The MAUI App.
The data contracts used to communicate with the Web API.
Contains both the Web API and the Website.