-
This repository serves as a Web Client for Administration of Symptom Checker application.
-
Web Client provides a fundamental administration panel for Administrator and is responsible for :
- communication with Shared Backend
- administrator authentication and authorization,
- access encrypted information about registered users,
- access logs and statistics (Work in progress).
-
Tools and Technologies used :
.NET Blazor Server
: Framework for building web applications with server-side execution usingC#
- coming soon...
-
Before cloning the repository, make sure you have the following installed :
-
Clone the repository
`git clone https://github.com/prak112/SymptomChecker_Admin.git`
-
Open the project in VS Code and install the required extensions.
-
Open the terminal and run the following command to install the required packages.
dotnet restore
-
Run the project using the following command.
dotnet run
-
Application will be hosted on
https://localhost:7050
andhttp://localhost:5263
- Pieces
- GitHub Copilot