This repo holds the sources of the betatalks.nl main website.
- API: Azure Functions
- Framework: .NET 6
- Fronted: Blazor Web Assembly (WASM)
- Toolkit: Bootstrap?
Here's a short explanation of the structure of files and folders in this repository.
This file 🤓
Contains the contents of the Azurite emulator to enable you to run everything locally and run unit tests.
Azure Functions that implement the API used to make the website dynamic (content, contact, etc).
Common stuff shared between the API and the Frontend like helpers and DTO's.
The Blazor WebAssembly frontend of the betatalks.nl website.
All Unit Tests for the project should be under this folder.