Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.1 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.1 KB

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