This is a Rust Rover project
nightlyRust toolchain- MariaDB server
- Make sure you have a MariaDB server running and create a database for Open Plural.
- Set your database credentials as environment variables:
DB_HOST,DB_PORT,DB_NAME,DB_USER, andDB_PASS. - Run the server using
cargo runin the project directory.