We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3621718 commit 9ea6945Copy full SHA for 9ea6945
README.md
@@ -6,6 +6,16 @@ Install the following tools
6
7
- `docker` (via os package manager)
8
- `sqlx-cli` (via cargo)
9
+ - Make sure `sqlx` is available in the path.
10
- `psql` (installed via postgres)
11
-Make sure `sqlx` is available in the path.
12
+IDE Settings:
13
+
14
+- Use `rustfmt` to format the code
15
+- Use `clippy` to check for code style errors
16
17
+## Execution
18
19
+1. Make sure docker is running
20
+2. Run one of the _scripts/init_db_ scripts depending on the platform
21
+3. Run the tests with `cargo test` or the server with `cargo run`
0 commit comments