🧾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
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