Skip to content

Backend API for alarm monitoring using GraphQL with HotChocolate. Fetches alarms from database and streams as events.

Notifications You must be signed in to change notification settings

viru-janadri/AlarmMonitoringAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlarmMonitoringAPI

This C# application is a GraphQL API server built using the ASP.NET Core framework and the HotChocolate library.

How to Run the Application

To run the application, follow these steps:

1. Clone the Repository

Use Git to clone the repository to your local machine:

git clone https://github.com/viru-janadri/AlarmMonitoringAPI.git

2. Navigate to the Project Directory

Once the repository is cloned, navigate to the AlarmApp folder:

cd AlarmMonitoringAPI/AlarmApp

3. Build the Application

Open a terminal in the AlarmApp directory and run the following command to build the project:

dotnet build

4. Run the Application

After a successful build, run the application using the following command:

dotnet run

Requirements

  • .NET SDK (version 6.0 or above) must be installed on your system.

About

Backend API for alarm monitoring using GraphQL with HotChocolate. Fetches alarms from database and streams as events.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages