This C# application is a GraphQL API server built using the ASP.NET Core framework and the HotChocolate library.
To run the application, follow these steps:
Use Git to clone the repository to your local machine:
git clone https://github.com/viru-janadri/AlarmMonitoringAPI.git
Once the repository is cloned, navigate to the AlarmApp
folder:
cd AlarmMonitoringAPI/AlarmApp
Open a terminal in the AlarmApp
directory and run the following command to build the project:
dotnet build
After a successful build, run the application using the following command:
dotnet run
- .NET SDK (version 6.0 or above) must be installed on your system.