badicsalex / ajdb_rs

Alex Jogi aDatBázisa (Rust version)
GNU Affero General Public License v3.0
1 stars 0 forks source link

Alex Jogi aDatBázisa (Rust version)

A small project for computing the in-force state of Hungarian law and then displaying them on a web UI.

You can see it in action at ajdb.hu

See this hungarian presentation about the project.

Screenshot

The web UI:

The applier:

Currently only a few of the most important acts are supported and only up to 2022.12.01

Usage

The project is deployed to https://ajdb.hu , but you can also run it locally:

  1. Clone hun_law in a sibling directory.
  2. Recalculate the whole database by running ./full_recalc.sh
  3. Run the local webserver: cargo run --bin ajdb-web

Contribution

Feel free to open issues for feature requests or found bugs. Merge Requests are more than welcome too.