Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 465 Bytes

section-iv-starting-the-service.md

File metadata and controls

14 lines (10 loc) · 465 Bytes

Section IV - starting the service

To start the RESTful service, run the cargo run --bin tdg_service command.

{% hint style="info" %} Alternatively, you can perform a cargo build and then run the executable directly ./target/debug/tdg_service {% endhint %}

ArchConfWorkshopUser:~/environment/rust-tdg (master) $ cargo run --bin tdg_service
    Finished dev [unoptimized + debuginfo] target(s) in 2.55s
     Running `target/debug/tdg_service`