Skip to content

Administration app for ICD Symptom Checker using Blazor Server (C#)

License

Notifications You must be signed in to change notification settings

prak112/SymptomChecker_Admin

Repository files navigation

Overview

  • 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 using C#

Workflow

  • coming soon...

Usage

  • 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 and http://localhost:5263


Credits

  • Pieces
  • GitHub Copilot



About

Administration app for ICD Symptom Checker using Blazor Server (C#)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published