Skip to content

radityaabi/toybox

Repository files navigation

ToyBox

To install dependencies:

bun install

To run:

bun run dev

API Documentation

Endpoint HTTP Description
/toys GET Get all toys
/toys/{slug} GET Get toy by slug
/toys POST Add new toy
/toys DELETE Delete all toys
/toys/{id} DELETE Delete toy by id
/toys/{id} PATCH Patch toy by id
/toys/{id} PUT Update toy by id

ERD

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published