Skip to content
Snippets Groups Projects
Commit 009cebdf authored by Ádám Ruman's avatar Ádám Ruman
Browse files

Update file README.md

parent 2c7df476
No related branches found
No related tags found
No related merge requests found
# PAGAN-RS
Database and API for `pagan`. Possibly a future implementation of the whole generation framework in Rust.
## Usage
1. Start the database container via `docker compose up -d`.
2. Build the project: `cargo build --release --workspace`.
3. Do database migration: `.\target\release\migration.exe`.
4. Populate the database: `.\target\release\populate.exe --mock <scenario>`.
5. Start the API: `.\target\release\kb_api.exe --interface localhost`.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment