- localhost:8000/items (GET)
- localhost:8000/items/:id (GET)
- localhost:8000/items (POST)
- localhost:8000/items (PUT)
- localhost:8000/items (DELETE)
- localhost:8000/items/category/:category_id (GET)
- localhost:8000/items?keyword=raka (GET)
- localhost:8000/register (POST)
- localhost:8000/login (POST)
- localhost:8000/users (GET)
- localhost:8000/users (PUT)
- localhost:8000/users (DELETE)
- localhost:8000/categories (GET)
- localhost:8000/items/category/:category_id (GET)
- localhost:8000/categories (POST)
- localhost:8000/categories (PUT)
- localhost:8000/categories (DELETE)