Rust multi module microservices Part 8 - The conclusion
Jun 24, 2023 · 2 min read · The entire code that we wrote until now is available for reference here. Let's run our code ! Terminal 1 docker compose up Please wait for the containers to start ( ~20 seconds ) and then run the below commands. Terminal 2 cargo run --bin books_api ...
Join discussion