Install the following tools
docker(via os package manager)sqlx-cli(via cargo)- Make sure
sqlxis available in the path.
- Make sure
psql(installed via postgres)
IDE Settings:
- Use
rustfmtto format the code - Use
clippyto check for code style errors
- Make sure docker is running
- Run one of the scripts/init_db scripts depending on the platform
- Run the tests with
cargo testor the server withcargo run