You can try it here, and I also write a blog about it.
- development by TDD
- all Rust code in frontend and backend with share code
# 1. setup local postgres in docker
$ cd backend && docker-compose up -d
# 2. start backend
$ cd backend && cargo run
# 3. start backend (another way)
$ cargo run --bin backend
$ cd frontend && trunk serve
Thanks for the open source.