Commit graph

14 commits

Author SHA1 Message Date
7dbed7cc34 build(deps): update @tanstack/react-query and add @tanstack/react-query-devtools 2025-06-19 14:55:47 +03:00
7b9977db6b feat(api): implement DELETE endpoint for removing specific properties by URL 2025-06-19 14:50:09 +03:00
ff0f252389 feat(api): add GET and POST endpoints for managing properties associated with a URL 2025-06-19 14:49:19 +03:00
c03d01d9c8 feat(api): implement DELETE endpoint for removing specific items by URL 2025-06-19 14:48:37 +03:00
b90590f9a5 feat(api): implement GET and POST endpoints for managing items associated with a specific URL 2025-06-19 14:48:08 +03:00
4366678935 feat(api): implement ApiClient class with CRUD operations and error handling 2025-06-19 14:45:59 +03:00
ecc4e4da1c feat(api): add TypeScript types for API requests and responses 2025-06-19 14:44:02 +03:00
50d735ae5d feat(database): implement CRUD operations for URLs and items with transaction support 2025-06-18 14:24:38 +03:00
74c3c7a805 feat(database): add TypeScript interfaces for database models and API responses 2025-06-18 14:24:07 +03:00
c7dc18f7b2 feat(package): update dependencies and add database scripts 2025-06-18 14:23:25 +03:00
6c90888b1f feat(prisma): implement Prisma client setup and database utility functions 2025-06-18 14:22:48 +03:00
fe92d175a6 feat(prisma): define models for Url, Property, Item, ItemProperty, SelectedProperty, and DeletedProperty 2025-06-18 14:22:17 +03:00
d171cf7b62 build(prisma): add Prisma setup and update dependencies 2025-06-17 15:05:59 +03:00
08f9d13f66 Initial commit from Create Next App 2025-06-16 18:52:12 +03:00