Rust multi module microservices Part 8 - The conclusion
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
...
omprakashsridharan.hashnode.dev2 min read