https://ether.fi backend interview - Assignment
docker build -t backend . && docker run --workdir=/app --runtime=runc -p 1337:1337 -d backend:latest
OR
cargo run
& built-in rust test cases
cargo test
Check out /docs for API Documentation
URL: http://localhost:1337