ffquintella / netrisk

NetRisk Risk Management App
GNU General Public License v3.0
2 stars 0 forks source link

NetRisk

ABOUT

This is a new, free and open source, risk management app created to be secure, and elegant to use.

RELEASES

This project is under heavy development and right now should be consider on alpha stages. We hope to be able to create a beta release soon. Untill then we do not plan on creating an instalable version.

SETUP

To be able to develop using the described tools you will need some requirements:

.NET Secrets procedure

To setup .net user secretes you can follow the steps bellow or search here for more info https://docs.microsoft.com/en-us/aspnet/core/security/app-secrets?view=aspnetcore-7.0&tabs=windows

BUILD

We use nuke build to prepare the artifacts of the .net projects.

To use it you need to first install the nuke build tool on your machine with the following command: dotnet tool install Nuke.GlobalTool --global

Then you can run the build with the following command: nuke build

CONTRIBUTION

Any one willing to contribute is welcome to fork the project and commit improvements. Feel free to contact me on discord if you need any help - felipequintella

LICENSE

The code is licensed under GPL V3 as described on the LICENSE file.