Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-api

A simple REST API for task management, built with Node.js (no external dependencies).

Endpoints

Method Path Description
GET /tasks List all tasks
POST /tasks Create a task
GET /tasks/:id Get a task by ID
PATCH /tasks/:id Update a task
DELETE /tasks/:id Delete a task
GET /health Health check

Run

npm start

Test

npm test

About

A simple REST API for task management (Node.js)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages