remove db change infos

This commit is contained in:
lukas-heilgenbrunner 2024-05-29 14:37:58 +02:00
parent c6e73e0303
commit 6947898566

View File

@ -5,9 +5,7 @@ A simple route planning between cities with routes was implemented in Rust.
## Run yourself ## Run yourself
The project has a minimum supported Rust version (MSRV) of 1.63.0. The project has a minimum supported Rust version (MSRV) of 1.63.0.
The Neo4j database has to be started on localhost on port 7687. The Neo4j database has to be started manually and run in background.
If you want a different port change it in `main.rs`
To start the project run: To start the project run:
`cargo run --package graphdbhue3 --bin graphdbhue3` `cargo run --package graphdbhue3 --bin graphdbhue3`