Skip to content

Here's my first backend app with NodeJS. A console app that allows users to create or delete tasks.

Notifications You must be signed in to change notification settings

BabyJnL/todo-list-app-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Do List App (Command Line Interface)

You need to create a table on your database named tasks, and inside the table create two fields named id (int, auto increment), and detail_task (varchar)

About

Here's my first backend app with NodeJS. A console app that allows users to create or delete tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published