We offer you the most recent and noteworthy news on a daily basis!

Once you've configured .env file, follow follow these steps to set up the environment.
Install rustup
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shInstall the sqlx-cli tool using the following command:
cargo install sqlx-cliYou can compose component with
docker-compose up -d --waitAnd for schema migration, you have to run the following command:
make upgradeIntuitively, for downgrade of your schema run:
make downgradeAssuming you are currently in the "be" directory, proceed to start the server by running:
cargo run