aboutsummaryrefslogtreecommitdiff
path: root/Website/Website.Client/Program.cs
AgeCommit message (Collapse)Author
2025-12-06Cleanup unused items from sjory3user@node5.net
2025-01-05changed from Client side to server side interactivitySjory
deleted all client models and pages and changed the create drinks page to be on the home page on the server this made it a lot easier to get the data since we omitted the api and the server interactivity works great since its only forms and no fance animations rendering
2024-12-26trying to get the api workingSjory
dident come very far
2024-12-26kinda worksSjory
made the create drinks website kinda work there is a problem with the api call to the server and it does not call correctly i expect there is a api endpoint wrong or smt like that also havent made a save drinks service yet it is commentet out
2024-12-05Updated to .Net v8.0Sjory
since there was almost no development made except a few test. i startet from scratch with .Net 8.0 and made a Blazor (Auot - Server/Web app)