Skip to content

Python -> Initial Blazor WASM project

Compare
Choose a tag to compare
@PatrickMatthiesen PatrickMatthiesen released this 13 Feb 18:21

Here we have added a Blazor WASM project that uses ASP.NET for the API. We have added a script to make a database in a docker container and a way for the Server to connect. We have had success getting the Server working in a docker container using the build/launch tools in Visual Studio Community edition, but have not successfully released the project using the CLI.

The database has migrations for the schema we need, so now we need to implement the Repository pattern between the controller and database, and then implement the API endpoints.

In the later future, webpages should be made for the website.