Skip to content

atulkamble/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple To-Do App

A minimal Node.js Express To-Do app API.

Endpoints

  • GET /tasks → Get all tasks
  • POST /tasks → Add a new task (send JSON like { "task": "Learn Git" })

Usage

npm install
npm start

About

To Do App using git

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published