Skip to content
/ Dievas Public

A Dashboarding Application Server written in C#.

Notifications You must be signed in to change notification settings

porcej/Dievas

Repository files navigation

Dievas

Dievas - A Dashboarding server written in .NET.

Requirements

  • backend
    • .NET Core version 2.2 or later with command line tools. You can use $ dotnet --version to check the installed version.
    • Newtonsoft.json

Installation

Clone this respository and use .NET CLI to install the requirements.

$ git clone [git@github.com:porcej/Dievas.git](https://github.com/porcej/Dievas.git)
$ cd Dievas
$ dotnet add package Newtonsoft.Json

Usage

The server can be run from .NET CLI or can be packages in an IIS instance.

Stand alone .NET CLI

dotnet run

IIS Instance

TODO

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

A Dashboarding Application Server written in C#.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages