cargo install cargo-watch
cd app-service
cargo build
cd ..
cd auth-service
cargo build
cd ..
cd app-service
cargo watch -q -c -w src/ -w assets/ -w templates/ -x run
visit http://localhost:8000
cd auth-service
cargo watch -q -c -w src/ -w assets/ -x run
visit http://localhost:8080
docker compose build
docker compose up
visit http://localhost:8000 and http://localhost:8080