PAGAN-RS
Database and API for pagan
. Possibly a future implementation of the whole generation framework in Rust.
Usage
- Start the database container via
docker compose up -d
. - Build the project:
cargo build --release --workspace
. - Do database migration:
.\target\release\migration.exe
. - Populate the database:
.\target\release\populate.exe --mock <scenario>
. - Start the API:
.\target\release\kb_api.exe --interface localhost
.