sergidt / nodejs-simple-to-do

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple NodeJS TO DO application

Simple aplication that simulates a to do application using a JSON database.

Commands:

  • app create Creates a new todo providing its description
  • app update Updates the todo's state providing its description
  • app remove Removes a todo providing its description
  • app list Lists all todo's

About


Languages

Language:JavaScript 100.0%