Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-api

Playground copy for rhdh-parasol, sourced from fullsend-playground.

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

Tiny Node REST API playground for fullsend (to be populated)

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages