Skip to content

MatryRiska is an open source risk management tool that helps you to manage your risk management process.

License

Notifications You must be signed in to change notification settings

Sn0wAlice/MatryRiska

Repository files navigation

MatryRiska 🪆

MatryRiska – Where you can manage your risk and make it more manageable.

MatryRiska

Table of Contents

About

MatryRiska is a fast, secure, and efficient risk management platform that empowers users to manage their risks more effectively. Built with Rust, a systems programming language known for its performance and security, MatryRiska leverages modern web technologies to deliver an intuitive and powerful interface.

Features

Key Features:

  • Speed and Security: Developed in Rust, ensuring a highly performant and secure platform.
  • Web-Based: Accessible from any modern browser, enabling seamless interaction with risk data.
  • Docker Support: Fully containerized with Docker, making deployment and scaling straightforward and efficient.
See previews 📸

You Can go here Click here for more preview

Getting Started

You can run the applicaiton using either docker or cargo. But we strongly recommend using docker for the ease of use.

1. Using docker

wget https://raw.githubusercontent.com/Sn0wAlice/MatryRiska/refs/heads/main/docker-compose.yml
docker-compose up

(arm64) please use cargo

2. Using cargo

## Step 1: configure mysql db (can use docker-compose-dev.yml)
# [...]

## Step 2: run the server
git clone https://github.com/Sn0wAlice/MatryRiska
cd MatryRiska
cargo run

Usage

When the app is up: go on http://localhost:8080 and that's it!

You wan't to add a new functionality? Feel free to open a issue or a pull request!

Contributors