/todo-rust-redis

A sample TODO application with Rust and Redis

Primary LanguageTypeScriptMIT LicenseMIT

Sample TODO application with Rust and Redis

This project is a sample todo application built with Rust and Redis.

Prerequisite

Run the app

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.