- Clone the repo
- change the directory
cd aze-server/node
- build the project
cargo build
- run the server
cargo run --release
cargo test --release --test=integration -- --test-threads 1
/v1/game/create-account
: This endpoint will orchestrate the local store with some player accounts and game account. And will deal the card among from game account to player account/v1/player/create-account
: This endpoint will create player account.