Skip to content

Simple ASP.Net Core GUI for internal administration/monitoring

License

Notifications You must be signed in to change notification settings

redmanmale/admin-ka

Repository files navigation

Admin-ka

It's a very simple ASP.Net Core GUI for internal administration/monitoring. Also there's a demo back-end (on Node.js) for this GUI.

It allows you to monitor the whole your system at once. Metrics (from external services) which exceed the configurable thresholds would be highlighted and attract attention.

admin-ka

Getting started

Just run prepare-and-run.bat, it will get all things ready, run both apps (client and server) and open default start page.

Or you could do it manually:

  • to install dependencies for demo back-end go to DemoServer folder and run npm install
  • to run demo back-end use npm start
  • to install dependencies for GUI got to Admin-ka folder and run dotnet restore
  • to build and run GUI use dotnet run --configuration Release

If you want to run GUI on a different PC without all that stuff installed (see requirements below) you could use dotnet publish --configuration Release to generate a standalone executable.

Requirements

You must have installed Node.js, npm, bower and .Net Core SDK.

I've got .NET Core 2.0.0 SDK and .NET Command Line Tools (2.0.0).

About

Simple ASP.Net Core GUI for internal administration/monitoring

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages