Mini project to learn diesel.rs and rust.
Main function is TODO list controlled by terminal.
- Rust 1.3
- Diesel.rs
- Docker
- diesel_cli
Before execute function, execute this:
make start
diesel migration run
cargo run --bin show_todo
cargo run --bin add_task
cargo run --bin delete_task [todo id]