Dievas - A Dashboarding server written in .NET.
- backend
- .NET Core version 2.2 or later with command line tools. You can use
$ dotnet --version
to check the installed version. - Newtonsoft.json
- .NET Core version 2.2 or later with command line tools. You can use
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
The server can be run from .NET CLI or can be packages in an IIS instance.
Stand alone .NET CLI
dotnet run
TODO
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.