This project is a sample todo application built with Rust and Redis.
- Install Docker
Run the command as follows:
git clone https://github.com/moreyhat/todo-rust-redis.git
cd todo-rust-redis
docker compose up -d
Then, you can access the web app by opening http://localhost:3000
on your browser.