Skip to content

Basic API

No due date 72% complete

Create all routes with API entry points with basic and obvious usage. For each component :

  • GET / (optional with filter)
  • GET /:id
  • POST /
  • PUT /:id
  • DELETE /:id
    *(optional) DELETE / (with filter)
Loading