mrakesh0608 / node-tasks

a tasker app using node.js & MongoDB, in which user can add, read, delete & update the tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-tasks

Run this cmd before using "npm i"

//Commands-start

to create task => node app create --title="" --desc=""

to read task => node app read

to update task as completed=> node app update --id=""

to delete task -> node app delete --id=""

to read all completed => node app readCompleted

//Commands-End

Note: use read or readCompleted cmd to get id of any task

About

a tasker app using node.js & MongoDB, in which user can add, read, delete & update the tasks.


Languages

Language:JavaScript 100.0%