Setup:
1/ Install Rust: https://www.rust-lang.org/tools/install
2/ Download Rust plugin in Inteliij
3/ Open terminal and navigate to the project location
4/ Start docker engine
5/ Run "docker-compose up -d"
6/ Run "cargo install sqlx-cli"
7/ Run "sqlx migrate run"
In order to start server run "cargo r run"