Skip to content

Latest commit

 

History

16 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

Fullsend playground

This repo is a sandbox for fullsend agents. After this install, comment /fs-grillme on an open (non-fork) PR to run the grillme agent.

  1. Open a PR with a meaningful change (not just a typo).
  2. Comment /fs-grillme.
  3. Reply to the inline review comments with decisions.
  4. Comment /fs-grillme again to continue. The session ends when all grillme threads are resolved.

About

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

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages