Skip to content
Robert Brands edited this page Jul 20, 2020 · 4 revisions

MeetUpPlanner is build in the backend with Azure Functions, see folder 'MeetUpFunctions' in the repository. The frontend is build as ASP.NET Core Blazor WebAssembly application. The WebAssembly is hosted with ASP.NET Core. This design allows using the functions app with any frontend, the WebAssembly is just one solution.

See Deployment for deployment instructions. Use a tool like Postman to test the functions. For all functions called per Http-request configure header x-functions-key with a valid function key (to be configured in Azure Functions App). The Content-Type of Http-Request should be application/json

Clone this wiki locally