Skip to content

Commit 9ea6945

Browse files
committed
- added ide settings into setup
- added running the tool
1 parent 3621718 commit 9ea6945

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ Install the following tools
66

77
- `docker` (via os package manager)
88
- `sqlx-cli` (via cargo)
9+
- Make sure `sqlx` is available in the path.
910
- `psql` (installed via postgres)
1011

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

Comments
 (0)