Chess UCLV Setup Create .env file and write your connection url e.g.: DATABASE_URL=postgres://user:[email protected]/chess Install sqlx-cli and run migrations cargo install sqlx-cli sqlx migrate run Run cargo run Or alternatively: cargo run --release