CRUD
CRUD is an acronym that stands for create, read, update and delete in the context of database queries or HTTP verbs in case of REST APIs.
| CRUD | SQL | HTTP |
|-|-|-|
| Create | INSERT
| POST
|
| Read | SELECT
| GET
|
| Update | UPDATE
| PUT
to replace, PATCH
to modify |
| Delete | DELETE
| DELETE
|
- GitHub: https://github.com/topics/crud
- Wikipedia: https://en.wikipedia.org/wiki/CRUD
- Created by: James Martin
- Released: 1983
- Related Topics: sql, database, query, rest,
- Aliases: crudl,
- Last updated: 2025-06-26 00:06:53 UTC
- JSON Representation
https://github.com/hashimthepassionate/ultimate-mysql-bootcamp
Master MySQL with the Ultimate Bootcamp: all levels, all topics, one place. Say goodbye to multiple courses - everything from basics to advanced techniques covered. Dive into SQL syntax, data modeling, and optimization strategies, tailored for all skill levels.
btree-indexes crud database design-db functions groups indexes mysql procedures query securing-db tables variables views
Last synced: 11 Apr 2025
https://github.com/wpcodevo/rust-axum-mongodb
In this article, we'll explore how to create a robust API that supports Create, Read, Update, and Delete operations using the Axum framework and MongoDB.
axum axum-framework cors crud crud-api docker docker-compose mongodb restful-api rust
Last synced: 13 Apr 2025
https://github.com/wpcodevo/rust-axum-mysql
In this article, you'll discover how to use the Axum framework to build a RESTful API in Rust that supports basic CRUD (Create, Read, Update, Delete) operations against a MySQL database.
axum axum-framework crud crud-api docker mysql-database rust sqlx sqlx-cli
Last synced: 13 Apr 2025
https://github.com/furkan-guvenc/crud_routers
Automatically create crud routes for your favorite api server and orm
actix-web api axum code-generation crud crud-routes diesel framework openapi rest rust seaorm swagger-ui web
Last synced: 24 Mar 2025
https://github.com/go2ismail/asp.net-core-2-mvc-crud-datatables-jquery-plugin
Asp.Net Example implementation of datatables.net using Asp.Net Core 2 Mvc CRUD datatables jQuery Plugin
asp asp-net-core-mvc core crud datatables entity-framework jquery mvc net
Last synced: 03 May 2025
https://github.com/bezkoder/angular-8-crud-app
Angular 8 CRUD Application example
angular angular8 crud crud-application
Last synced: 14 Apr 2025
https://github.com/mazipan/nodejs-simple-restfull-with-express
:zap: ExpressJS Rest API Sample
crud express-boilerplate expressjs expressjs-crud expressjs-sample
Last synced: 23 Mar 2025
https://github.com/wpcodevo/simple-api
This tutorial will teach you how to build a simple CRUD API in Rust using the Warp web framework and Tokio. We'll use Rust and a few well-known libraries to create a RESTful API that runs on a Warp HTTP server and stores data in memory.
crud crud-api rest-api restful-api rust rust-api rust-lang tokio tokio-rs warp
Last synced: 13 Apr 2025
https://github.com/bezkoder/angular-16-crud-example
Angular 16 CRUD example with Web API - Angular 16 project - sample app with a CRUD example to consume Rest API
angular angular-16 angular16 bootstrap bootstrap-4 bootstrap4 crud crud-app crud-application crud-operation crud-operations crud-sample httpclient
Last synced: 11 Feb 2025
https://github.com/melardev/flaskapiecommerce
Python Ecommerce Api application built with Flask + Flask SQlAlchemy
api crud django e-commerce ecommerce flask flask-sqlalchemy full-stack fullstack orm orm-framework pagination python shopping-cart sqlalchemy web
Last synced: 13 Apr 2025
https://github.com/femessage/el-data-tree
🌴Base on element-ui, makes tree component crud easily
Last synced: 22 Feb 2025
https://github.com/bezkoder/spring-boot-angular-15-crud-example
Fullstack Spring Boot + Angular 15 CRUD example - Spring Web, Spring Data JPA, embedded database (H2 database), Angular 15, HttpClient, Router and Bootstrap 4.
angular angular-15 angular-spring angular-springboot angular15 crud crud-app crud-application crud-operation crud-operations crud-sample full-stack full-stack-web-development fullstack fullstack-development spring spring-boot spring-data spring-data-jpa springboot
Last synced: 14 Apr 2025
https://github.com/cornflourblue/dotnet-7-dapper-mssql-crud-api
.NET 7.0 + Dapper + MS SQL Server - CRUD API Tutorial in ASP.NET Core
aspnetcore crud crud-api dapper dotnet mssql sql-server
Last synced: 23 Mar 2025
https://github.com/superswan/anyspace
A simple Social Network similar to MySpace circa 2005
crud myspace php social-network spacemy
Last synced: 12 Jun 2025
https://github.com/bezkoder/redux-toolkit-example-crud
Redux-Toolkit example with CRUD Application, Axios, Bootstrap, and Rest API
axios bootstrap bootstrap4 crud crud-application crud-operation crud-sample react react-redux reactjs redux redux-toolkit
Last synced: 14 Apr 2025
https://github.com/wpcodevo/simple-api-actix-web
In this comprehensive guide, you'll build a simple CRUD API in Rust using the Actix Web framework and an in-memory database.
actix-cors actix-web api api-rest crud crud-api crud-app rest rest-api restful-api rust rust-api
Last synced: 13 Apr 2025
https://github.com/bezkoder/react-firestore-crud
React Firestore CRUD App example - Firebase Cloud Firestore
crud crud-application firebase-cloud-firestore firestore firestore-database firestore-react react react-firestore react-js reactjs serverless
Last synced: 02 May 2025
https://github.com/riteshsingh1/livewire-crud
Basic Crud Generator (With Code Files, like GII (YII2)) Using Laravel, Livewire and Tailwind CSS And Bootstrap
crud laravel laravel-livewire-crud livewire
Last synced: 10 Apr 2025
https://github.com/mikhailgulkin/cleangolangorderapp
architecture clean-architecture cqrs cron crud ddd ddd-architecture gin-gonic go golang rabbitmq saga sql
Last synced: 12 Apr 2025
https://github.com/bezkoder/angular-13-crud-example
Angular 13 example project - CRUD Aplication to consume Web API with HttpClient, Forms and Router
angular angular13 crud crud-application crud-operation crud-sample httpclient
Last synced: 14 Apr 2025
https://github.com/cornflourblue/angular-14-registration-login-example
Angular 14 - User Registration and Login Example
angular angular14 authentication crud registration
Last synced: 23 Mar 2025
https://github.com/marabesi/laravel-easy-crud
(Laravel 5+) Simple and effective way to generate CRUD from your models or database
crud database gentelella-theme laravel mit models php
Last synced: 21 Mar 2025
https://github.com/cepr0/generic-crud
A handy library that reduces the writing of the boilerplate code for CRUD operations in Spring applications
crud generics jpa mongodb rest spring spring-boot spring-data-jpa spring-data-mongodb spring-mvc
Last synced: 14 Feb 2025
https://github.com/nilportugues/repository
[PHP 7] Implementation and definition of a base Repository in Domain land.
clean-architecture composer crud ddd domain-driven-design filter hexagonal-architecture orm pageable pagination php php7 repository sort storage
Last synced: 17 Jun 2025
https://github.com/yerikmiller/maricutodb
PHP Flat File Database Manager
crud database-management database-schema files flat-file json key-value-store maricuto maricutodb nosql php php7 search-engine storage-engine
Last synced: 22 Jun 2025
https://github.com/rohit-chouhan/crudigniter
We made crud easy, you can apply CRUD operation easily through API for Codeigniter 4.
api codeigniter crud database mvc php
Last synced: 21 Mar 2025
https://github.com/johnnyperdomo/contacts
iOS Contacts App written in Swift 4 using C.R.U.D
animations apple contacts coredata crud ios lottie swift
Last synced: 06 May 2025
https://github.com/gowthamand/codeigniter-add-edit-delete-view-login-register
CodeIgniter: Add, Edit, Delete, View , Login , Register, Ajax , JSON , Jquery Demo, CodeIgniter CRUD, CodeIgniter Boilerplate
admin admin-dashboard ajax-form ajax-request api bootstrap4 crud crud-application crud-functionality crud-operation crud-sample demo-app jquery json-response login registration sample-app sample-code sample-project validation
Last synced: 23 Mar 2025
https://github.com/iambrosi/ismaambrosigeneratorbundle
Generates Symfony2 documents, forms and CRUD for MongoDB documents
bundle crud php symfony symfony-bundle
Last synced: 15 May 2025
https://github.com/yunsii/antd-curd
📦 基于 ant design 、 dva 、 antd-form-mate 的增删改查页面组件。
Last synced: 28 Apr 2025
https://github.com/voxpelli/node-github-publish
Publishes a file to a repository through the GitHub Contents API
api-wrapper crud github-api node-js
Last synced: 07 Jan 2025
https://github.com/ankitsharma-007/crud.aspcore.angular.webapi.ef
CRUD Operations in ASP.NET Core 3.0 using Angular 8 , Web API and Entity Framework core DB first approach with the help of VS 2019.
angular-forms angular8 ankit-sharma article asp-net-core crud entity-framework-core ngrx ngrx-effects ngrx-store sql-server visual-studio webapi
Last synced: 01 May 2025
https://github.com/jmdisuanco/pinipig
🚀 Performant webservice framework
crud fast hooks http javascript js microservice-framework nodejs orm performant restapi restful-webservices webservice websocket
Last synced: 27 Apr 2025
https://github.com/bigpresh/dancer-plugin-simplecrud
Quick and effortless CRUD (create/read/update/delete) operations based on database tables
crud crud-api crud-generator dancer hacktoberfest perl
Last synced: 21 Mar 2025
https://github.com/diogosouza/deno-crud-api
A functional CRUD-like API with Deno and Postgres
crud crud-api crud-sample deno denoland javascript logrocket postgres postgresql
Last synced: 30 Apr 2025
https://github.com/bezkoder/angular-15-crud-example
Angular 15 project - CRUD example with Web API using Router, Form, HttpClient and Bootstrap
angular angular-15 angular15 bootstrap bootstrap-4 bootstrap4 crud crud-app crud-application crud-operation crud-operations crud-sample
Last synced: 11 Feb 2025
https://github.com/indraxyz/simple-crud-reactjs-nextjs
understanding basic flow of reactjs (crud) class component using typescript, nextjs, css
crud css javascript nextjs reactjs typescript
Last synced: 02 Dec 2024
https://github.com/thipages/js-crud-api
JavaScript client library for the API of PHP-CRUD-API
crud database javascript php-crud-api rest-api
Last synced: 15 Dec 2024
https://github.com/eitanblumin/crude-asp
Low Code Application Generator in Classic ASP, with MSSQL Database, Bootstrap, Fontawesome, and jQuery. Based on the AdminLTE web template.
admin-ui asp bootstrap classic-asp crud crud-actions crud-application crud-functionality crud-generator crud-gui crud-operation crud-web crude datatables low-code-development-platform rapid-application-development sql-server sql-server-database sqlserver
Last synced: 12 Apr 2025
https://github.com/didinj/react-native-firebase-firestore-crud-example
React Native Firebase Tutorial: Build CRUD Firestore App
android app crud database example firebase firestore ios native react react-native-firebase reat-native rnfirebase
Last synced: 24 Apr 2025
https://github.com/wpcodevo/rust-mysql-crud-sqlx
In this article, we will explore how to use Rust, Actix Web, SQLX, and MySQL to build a CRUD (Create, Read, Update, Delete) API.
actix-web api backend-api crud crud-api crud-operation docker mysql restful-api rust sqlx sqlx-cli
Last synced: 13 Apr 2025
https://github.com/glaucia86/crud-go-fiber
Repositório responsável pela demo relacionada ao projeto usando: Golang + Fiber + PostGreSQL + Azure
azure azure-app-service crud fiber golang postgresql
Last synced: 24 Jun 2025
https://github.com/react-backoffice/backoffice
React GUI-Framework based on Material UI; provides a couple of components for back-office apps (CRUD-based APIs)
component-library crud crud-gui dashboard material-ui react react-router reactjs
Last synced: 27 Mar 2025
https://github.com/char2sgu/nest-mikro-crud
Easily build RESTful CRUD APIs.
api backend crud crud-generator mikro-orm nest nestjs rest restful typescript web
Last synced: 10 Apr 2025
https://github.com/bezkoder/spring-boot-sql-server
Spring Boot + SQL Server example: CRUD Operations Rest API with Spring Data JPA
crud crud-api crud-application crud-operation crud-sample jpa mssql mssql-database spring spring-boot sql-server
Last synced: 15 Feb 2025
https://github.com/ghurtchu/diary
:pencil2::clipboard: JWT auth based persistent (MongoDB) RESTful API for managing notes along with searching and sorting capabilities.
backend crud functional-programming jwt mongodb onion-architecture password-hashing reactive-mongo restful-api scala scala3 zio zio-http zlayer
Last synced: 28 Apr 2025
https://github.com/tb/rails-json-api-react
React + JSON API Redux CRUD
crud json-api rails rails5-api react redux redux-form
Last synced: 27 Apr 2025
https://github.com/diogosouza/logrocket_deno_api
A functional CRUD-like API with Deno and Postgres
crud crud-api crud-sample deno denoland javascript logrocket postgres postgresql
Last synced: 29 Nov 2024
https://github.com/arkounay/quickadmingeneratorbundle
QAG - Quick Admin Generator Bundle for Symfony >= 5, a bundle that generates cruds admin for Symfony applications using Doctrine
admin backend bundle crud generator hacktoberfest symfony
Last synced: 28 Apr 2025
https://github.com/cs91chris/flask_autocrud
Automatically generate a RESTful API service for CRUD operation on database and advanced search
advanced-search automatic-api browsable-api cli crud database flask hateoas rest-api restful sqlalchemy
Last synced: 19 Jun 2025
https://github.com/ireshmw/crud_table
CRUD Table Flutter consists of a Lazy loading function, resizable columns, and integrated CRUD Form.
crud crud-table-flutter dart data-table flutter form lazy-loading table
Last synced: 08 May 2025
https://github.com/khaouitiabdelhakim/tasky-lecture-02-html-css-js
Frontend Development: Dive into HTML, CSS, and JavaScript, the building blocks of web development. Learn how to create captivating user interfaces and interactive experiences.
bootstrap bootstrap4 bootstrap5 crud css css-framework html html-css html-css-javascript html-template html5 javascript javascript-library js web webapp website
Last synced: 12 Apr 2025
https://github.com/smallpaes/todo-list
A practical web application built with Node.js, Express, and MySQL for you to readily record, view, and manage your tasks with an account: Create, view, edit, delete, filter, and sort expenses are as easy as pie 🥧
animatecss authentication crud csurf express-validator expressjs facebook facebook-authentication mysql nodejs passportjs sequelize todo todolist
Last synced: 22 Mar 2025
https://github.com/sandstorm/crudforms
Extensible CRUD generator for Flow and Neos.
crud flow hacktoberfest neoscms php
Last synced: 11 Apr 2025
https://github.com/funmilolajire/invoice-app
a full-stack invoicing application built with next.js and nest.js
crud cssmodules frontend-mentor full-stack invoice nestjs-backend nextjs react swagger-api typescript
Last synced: 12 Apr 2025
https://github.com/mevdschee/js-crud-api
A Node.js port of the full php-crud-api project (single file REST API)
api-server crud crud-functionality json json-data nodejs rest-api rest-json restful restful-api
Last synced: 05 May 2025
https://github.com/bezkoder/vue-3-firebase
Vue 3 Firebase CRUD Application example with Realtime Database
crud crud-application crud-sample firebase firebase-database firebase-realtime-database vue vue3 vuejs vuejs3
Last synced: 14 Apr 2025
https://github.com/didinj/angular-9-coronavirus-cases-app
Angular 9 Tutorial: Learn to Build a CRUD Angular App Quickly (Coronavirus Cases App Example)
angular angular-app angular9 app build cases coronavirus crud example learn quickly tutorial
Last synced: 28 Apr 2025
https://github.com/savanihd/laravel-11-livewire-crud-with-jetstream-tailwind-css
This simple article demonstrates of laravel 11 livewire crud example. If you have a question about laravel 11 livewire crud with jetstream & tailwind css then I will give a simple example with a solution. If you have a question about laravel 11 livewire crud with modal tailwind then I will give a simple example with a solution.
crud jetstream laravel laravel11 livewire tailwindcss
Last synced: 12 Apr 2025
https://github.com/bezkoder/angular-12-crud
Angular 12 CRUD Aplication to consume Web API with HttpClient, Forms and Router
angular angular12 crud crud-application crud-operation crud-sample
Last synced: 14 Apr 2025
https://github.com/MWSimple/AdminCrudBundle
AdminCrud genera un controlador muy básico para una Entity dada. Este controlador extiende e implementa un controlador Super Genial.
Last synced: 13 May 2025
https://github.com/opuscapita/react-crudeditor
OpusCapita React CRUD Editor
crud crud-editor javascript js react
Last synced: 12 Apr 2025
https://github.com/maitraysuthar/react-redux-saga-boilerplate
A boilerplate for React JS with Redux and Saga. Backend for this structure: https://github.com/maitraysuthar/rest-api-nodejs-mongodb
boilerplate crud react react-redux react-redux-boilerplate react-redux-saga-sample reactjs redux saga
Last synced: 05 May 2025
https://github.com/timmikeladze/graphql-crud
GraphQL schema directives to generate CRUD queries, mutations and resolvers which are automatically connected to a database.
crud database directives graphql
Last synced: 30 Apr 2025
https://github.com/vit0rr/ocaml-crud
OCaml CRUD Todo App using Melange with JWT auth
authentication crud crud-ocaml docker docker-compose dune jwt melange ocaml ocaml-crud opam postgresql reasonml
Last synced: 23 Apr 2025
https://github.com/mosesesan/mesan-nodejs-crud-api-with-pagination-filtering-grouping-and-sorting-capabilities
Node.js REST API with CRUD and Aggregation operations including Pagination, Filtering, Grouping, Sorting and Partial Text Search.
aggregate aggregation api crud filtering grouping javascript mongoose-aggregate mongoose-aggregation nodejs nodejsapi pagination restful-api software-development software-engineering sorting
Last synced: 09 Apr 2025
https://github.com/mwsimple/admincrudbundle
AdminCrud genera un controlador muy básico para una Entity dada. Este controlador extiende e implementa un controlador Super Genial.
Last synced: 22 Apr 2025
https://github.com/andyprasetya/leaflet-crud
Leaflet.JS CRUD Implementation to PostgreSQL/PostGIS
bootstrap4 crud esri-terraformer leaflet leaflet-draw php postgis postgresql
Last synced: 17 Dec 2024
https://github.com/alfianlosari/ios-grpc-note-crud-app
Swift iOS gRPC Client Note Taking App
api crud grpc grpc-client grpc-server grpc-service ios swift
Last synced: 10 Apr 2025
https://github.com/codeclown/helppo
Instant admin UI for your database
cli crud database express-middleware mysql postgresql
Last synced: 23 Apr 2025
https://github.com/edtoken/redux-tide
Simple library for redux crud normalized state and actions/selectors for it
axios crud crud-functionality javascript react reactjs redux selector storage
Last synced: 28 Apr 2025
https://github.com/m-nathani/node-typescript-starter
REST API using Node with typescript, KOA framework. TypeORM for SQL. Middlewares JWT (auth), CORS, Winston Logger, Error, Response
boilerplate boilerplate-node cors crud jwt koa koa2 mysql-database node node-js node-module rest sql starter ts-node tutorial-code typeorm typeorm-extension typescript winston
Last synced: 02 May 2025
https://github.com/tiagotas/php_mvc_exemplo_v1
Esse repositório contém o código usados nas videoaulas sobre padrão de projetos MVC com PHP. Esse é o código usado nas duas primeiras aulas: https://www.youtube.com/watch?v=7_eSjWJS_bg&list=PLHVpcBDJr5dnryHpC8t4OUI3JJF2xIBc9
Last synced: 13 May 2025
https://github.com/savanihd/laravel-10-crud
Laravel 10 CRUD Tutorial Example
Last synced: 12 Feb 2025
https://github.com/harish81/infyom-schema-generator
InfyOm Laravel GUI Schema Generator Built with React & Tailwind css.
crud infyom-laravel-generator laravel reactjs schema tailwindcss
Last synced: 01 Jan 2025
https://github.com/vaibhavpandeyvpz/starter-laravel
Quick, Laravel CRUD boilerplate using Livewire with RBAC. Uses Docker for local development & production deployments, has better auth views based on Bootstrap, nicely integrates Select2 and Flatpickr as well.
admin api backend boilerplate crud dashboard laravel laravel-crud laravel-starter livewire mysql rbac starter-kit starter-project starter-template
Last synced: 12 Apr 2025
https://github.com/odranoelBR/vue-quasar-crud
Quasar QTable Crud Rest API
axios crud quasar-framework rest vuejs
Last synced: 29 Mar 2025
https://github.com/bush1d3v/tsbank_api
API RESTful com autenticação de usuário, criptografia de senha e integração a banco de dados. Levando à risca os princípios de desenvolvimento utilizados.
bcrypt clean-architecture crud dotenv express javascript jest jsonwebtoken jwt knex nodejs nodemon pg postgresql restful-api solid tdd typescript yarn yup
Last synced: 11 Apr 2025
https://github.com/jwill9999/recipe-app
Angular 4 Recipe Book Application
angular angular-cli angular4 authentication authguard bootstrap3 components crud directives firebase-auth firebase-database observables recipes route-protection routing
Last synced: 06 May 2025
https://github.com/fernandocalmet/php-slim-rest-api
🐘Rest API: Utilizando las tecnologías: PHP 8, Slim 3, MySQL, Redis, Monolog, dotenv, PHPUnit y JSON Web Tokens. Además, se utilizo otras herramientas adicionales como: Docker & Docker Compose, Travis CI, Swagger, Scrutinizer, Sonar Cloud, PHPStan, PHP Insights, Heroku and CORS.
api api-rest crud crud-application mysql php slim slim-framework slim4 sql
Last synced: 13 Apr 2025
https://github.com/odranoelbr/vue-quasar-crud
Quasar QTable Crud Rest API
axios crud quasar-framework rest vuejs
Last synced: 24 Apr 2025
https://github.com/daviqzr/cursofx
Exercício - Curso (Boundary, Control e Entity) – Usando JavaFX, Conectando ao Banco De Dados SQL Server
banco-de-dados crud fatec-zona-leste java javafx sql-server
Last synced: 15 Jun 2025
https://github.com/jeganathpv/flask-firebase-crud
Python App to integrate firebase connectivity & Perform CRUD operations using Flask API - ToDo Application Demo
api crud firebase firebase-auth firebase-database flask python restful todo
Last synced: 23 Mar 2025
https://github.com/wxs77577/adonis-rest
Restful api for AdonisJs
adonis-china adonisjs crud nodejs rest-api restful-api
Last synced: 13 Apr 2025
https://github.com/guoguang/generator-crud-code
:beers: 基于实体类生成CRUD且带校验的Java代码,支持基于业务自定义模板代码,解放你的双手!
Last synced: 14 Feb 2025