Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 637 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 637 Bytes

todo-cli

🧾To do app using 🦀Rustlang

  • Make todo app with Rust🦀 v-0.2
  • Build an application
  • Improve visualization adding color
  • Implement a run a loop and ask the user for their comman every iteration
  • Implement a comman for changing the task description
  • Implement a custom sort command (Priority, Due date ...)
  • Implement a cPush task data to a todo.data

Database

Start the database

docker run --name pg-dev -e POSTGRES_PASSWORD=340834 -p 5432:5432 postgres:alpine

optional psql (other terminal)

docker exec -it -U postgres pg-dev psql