Skip to content

Releases: PatrickMatthiesen/Souffle-MiniTwit

Implemented controllers and simple timeline

19 Feb 21:34
2903552
Compare
Choose a tag to compare

In this release, we implemented some of our own controllers for endpoints and a simple functional markup of the timeline pages.

Python -> Initial Blazor WASM project

13 Feb 18:21
Compare
Choose a tag to compare

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.

Python 2 -> 3

07 Feb 13:22
Compare
Choose a tag to compare
v0.0.1

relative paths in .sh file