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,108GitHub पर देखें↗

    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,605GitHub पर देखें↗

    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,345GitHub पर देखें↗

    Qor is a Go admin framework and backend toolkit used for building administrative interfaces, headless content management systems, and REST API generators. It provides a structured environment for implementing business application backends, specializing in the management of structured content and media assets. The project distinguishes itself through comprehensive multi-language content management, featuring locale-based data versioning and a dedicated system for internationalization and translation administration. It further differentiates its offering with a built-in state machine implementa

    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,442GitHub पर देखें↗

    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,330GitHub पर देखें↗

    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,927GitHub पर देखें↗

    The WordPress REST API is a web interface and JSON-based content API that allows for the retrieval and modification of site content, users, and metadata using standard HTTP methods. It functions as a headless CMS interface, decoupling content management from the frontend by exposing site data through a programmable RESTful controller. The system is distinguished by its hypermedia-driven discovery and JSON-schema-based validation, which allow clients to programmatically locate resources and ensure predictable data exchange. It utilizes namespace-based endpoint registration to organize routes a

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

    PHP
    GitHub पर देखें↗3,927
  • midudev/jscampmidudev का अवतार

    midudev/jscamp

    3,811GitHub पर देखें↗

    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.