Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

api-sandbox

A simple Node.js REST API sandbox for testing and development.

Endpoints

  • GET /items — list all items
  • GET /items/:id — get item by id
  • POST /items — create item
  • PATCH /items/:id — update item
  • DELETE /items/:id — delete item

Getting Started

npm install
node index.js

Contributing

Pull requests are welcome. See CONTRIBUTING.md for details.

About

Simple Node.js REST API sandbox - GET, POST, PUT, DLETE with Express. Public playground for testing andopen-source collaboration.

Topics

Resources

Contributing

Stars

8 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages