Lopah / HwAspNetCoreBlazor

School project that was assigned to me to practice ASP.NET Core MVC and API functionality as well as trying out how Blazor works

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is a showcase of my school work

What this project does

This project was made as an assignment in an ASP.NET Core subject. It's aim was to practice ASP.NET Core development as well as design practices.

This project contains two separate programs

  1. API that handles common REST requests
  2. Blazor WebApp that works as a client administration tool for easier management of reservations

Use cases for this project

This project can be used to manage Rooms, where opening hours are defined which could be used to reserve Reservations for those rooms.

  • Most of the administration work is done in the WebApp project as it was a part of the assignment, but the same thing could be done on the API side as well, all that is needed is just adding POST request handling.

About

School project that was assigned to me to practice ASP.NET Core MVC and API functionality as well as trying out how Blazor works


Languages

Language:C# 73.4%Language:HTML 23.8%Language:CSS 2.5%Language:JavaScript 0.4%