Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 191 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 191 Bytes

How to reproduce

  1. Run a MariaDB instance using the compose.yml file provided in this repository:
docker compose up -d database
  1. Run the application:
cargo run