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:3000
./docker.sh
visit http://localhost:8000 and http://localhost:3000