Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

ferdyrurka/todo-cli-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust todo cli

Description

Mini project to learn diesel.rs and rust.

Main function is TODO list controlled by terminal.

Stack

  • Rust 1.3
  • Diesel.rs
  • Docker

Function

Requirements:

  • diesel_cli

Before execute function, execute this:

make start

diesel migration run

Show todo

cargo run --bin show_todo

Add todo

cargo run --bin add_task

Delete todo

cargo run --bin delete_task [todo id]

About

Mini project to learning rust and diesel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published