awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 个仓库

Awesome GitHub RepositoriesCRUD API Implementations

Standardized implementations of create, read, update, and delete operations for web resources.

Distinct from Device CRUD Operations: The candidates are too domain-specific (games, GitHub, devices) and do not cover generic RESTful CRUD operations.

Explore 7 awesome GitHub repositories matching web development · CRUD API Implementations. Refine with filters or upvote what's useful.

Awesome CRUD API Implementations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • solid/solidsolid 的头像

    solid/solid

    8,108在 GitHub 上查看↗

    Solid is a protocol and ecosystem for decentralized web applications that separates application logic from data storage. It enables users to store and control their personal information in personal online data stores, known as Pods, ensuring that individuals own their data rather than the applications they use. The project provides a framework for decentralized identity and authentication using WebID and OpenID Connect, decoupling identity from central providers. It implements a resource-level permission system via Web Access Control, allowing users to grant or deny read, write, and append ac

    Provides a standard API and client library to manage the full lifecycle of data resources.

    HTMLcommunication
    在 GitHub 上查看↗8,108
  • aws-samples/aws-cdk-examplesaws-samples 的头像

    aws-samples/aws-cdk-examples

    5,605在 GitHub 上查看↗

    This project is a reference library and collection of example code patterns for deploying cloud infrastructure using the AWS CDK. It provides a set of sample projects that demonstrate how to define compute, storage, and networking resources using general purpose programming languages. The library includes reference implementations for various architectural patterns, including serverless backends with GraphQL and WebSocket APIs, container orchestration with load balancers and auto-scaling, and global static website hosting via content delivery networks. It also provides designs for isolated ne

    Provides patterns for connecting API gateways to compute functions for NoSQL data operations.

    Pythoncdkcdk-examples
    在 GitHub 上查看↗5,605
  • qor/qorqor 的头像

    qor/qor

    5,345在 GitHub 上查看↗

    Qor 是一个 Go 管理框架和后端工具包,用于构建管理界面、无头内容管理系统和 REST API 生成器。它提供了一个用于实现业务应用程序后端的结构化环境,专门从事结构化内容和媒体资产的管理。 该项目通过全面的多语言内容管理脱颖而出,具有基于区域设置的数据版本控制以及用于国际化和翻译管理的专用系统。它进一步通过内置的用于业务流程自动化的状态机实现和用于在发布前审查更改的内容暂存工作流来区分其产品。 该框架涵盖了广泛的功能,包括基于角色的访问控制、会话管理和后台作业调度。其数据管理面包括 CRUD 处理程序覆盖、关系管理以及基于后端资源定义生成仪表板和表单输入的元数据驱动 UI。此外,它还提供用于 RESTful API 生成的工具,支持内容协商和嵌套端点。 该系统允许通过将 HTML 模板直接编译到 Go 应用程序二进制文件中来优化部署,从而消除对文件系统的依赖。

    Allows replacing default data persistence logic with custom implementations for non-standard backends like Redis.

    Goadminapicms
    在 GitHub 上查看↗5,345
  • stripe/stripe-nodestripe 的头像

    stripe/stripe-node

    4,442在 GitHub 上查看↗

    This is a typed server-side library and payment gateway SDK for integrating Stripe into Node.js applications. It provides a typed client to manage payments, customers, and subscriptions, while offering specialized tools for executing secure financial transactions and managing billing resources. The library distinguishes itself through an idempotent API client that prevents duplicate operations using idempotency keys and exponential backoff retry logic. It includes a webhook signature validator to verify that incoming HTTPS event notifications are authentic and an async-iterator pagination wra

    Implements standard CRUD operations to manage payment-related objects like customers and subscriptions.

    TypeScript
    在 GitHub 上查看↗4,442
  • nestjsx/crudnestjsx 的头像

    nestjsx/crud

    4,330在 GitHub 上查看↗

    This project is a REST API framework for NestJS designed to automate the creation of boilerplate-free CRUD endpoints and resource management. It functions as an automated CRUD generator that produces controllers and services for standard database operations, accelerating the development of RESTful APIs. The toolkit includes a REST query parser that translates complex URL parameters into structured database filters, pagination, and sorting rules. It also operates as an API response serializer to control the exposure of entity fields and manage nested relations within JSON responses. For extend

    Provides standardized implementations of create, read, update, and delete operations for web resources.

    TypeScriptcrudcrud-generatornest
    在 GitHub 上查看↗4,330
  • wp-api/wp-apiWP-API 的头像

    WP-API/WP-API

    3,927在 GitHub 上查看↗

    WordPress REST API 是一个 Web 接口和基于 JSON 的内容 API,允许使用标准 HTTP 方法检索和修改站点内容、用户和元数据。它作为无头 CMS 接口,通过可编程的 RESTful 控制器暴露站点数据,从而将内容管理与前端解耦。 该系统以其超媒体驱动的发现和基于 JSON-schema 的验证而著称,允许客户端以编程方式定位资源并确保数据交换的可预测性。它利用基于命名空间的端点注册来组织路由,并支持灵活的身份验证层,包括应用程序密码、会话 Cookie 和第三方身份标准。 该 API 涵盖了广泛的资源管理功能,包括处理文章、页面、媒体和基于块的内容。它为响应管理提供了全面的工具,例如资源嵌入、分页和字段过滤,以及用于管理内容修订和站点管理的工具。 支持特定语言的 SDK,将网络请求抽象为高级编程接口。

    Implements consistent CRUD patterns and response shaping through inheritance from base resource controllers.

    PHP
    在 GitHub 上查看↗3,927
  • midudev/jscampmidudev 的头像

    midudev/jscamp

    3,811在 GitHub 上查看↗

    jscamp is a full-stack web development and education project focused on mastering JavaScript, TypeScript, and AI integration. It provides a structured curriculum and interactive exercises covering language fundamentals, frontend engineering, and backend API development. The project distinguishes itself through the implementation of autonomous AI agents capable of complex task automation, such as modifying files, managing servers, and executing API calls. It includes advanced AI development tools for conversational querying, real-time code suggestions, and automated repository analysis to gene

    Implements full create, read, update, and delete operations for managing resources via HTTP methods.

    JavaScriptbootcamp
    在 GitHub 上查看↗3,811
  1. Home
  2. Web Development
  3. CRUD API Implementations

探索子标签

  • Persistence Handler OverridesCustom implementations of CRUD operations to support non-standard storage backends. **Distinct from CRUD API Implementations:** Focuses on replacing the persistence layer (e.g., Redis) rather than implementing a standard REST API.