Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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-01-27 00:06:21 UTC
- JSON Representation
https://github.com/lukanedimovic/equilibrium
Article Management System, created as project for "Scripting Languages" course
cosine-similarity crud data-science machine-learning python pytorch tfidf tfidf-vectorizer
Last synced: 17 Dec 2024
https://github.com/akarazhev/metacfg4j
The metacfg4j project (that stands for the meta configuration for java) is a library that can be used as the solution by creating a business abstraction or may extend an existed implementation to provide such software solutions as: various configuration (application, user's and etc.), CRUD services, DSL, MVP.
crud dsl h2db http-client http-server https-server java mvp rest-api
Last synced: 01 Dec 2024
https://github.com/collectivecloudperu/cruddjango4
Como Crear Un CRUD con Django 4 (Python 3.11) y Bootstrap 5
bootstrap5 crud django django-framework python
Last synced: 17 Dec 2024
https://github.com/ikauematos/javawebapp-versioning-and-testing
back-end and front-end project and test versioning branch
back-end crud crud-application front-end java request response
Last synced: 10 Jan 2025
https://github.com/melardev/railsapijbuildercrud
Api app buitl with Rails + JBuilder
api crud full-stack fullstack http jbuilder restt ruby ruby-on-rails
Last synced: 25 Jan 2025
https://github.com/azizbenismail/atelier_crud_symfony
Un atelier CRUD (Create, Read, Update, Delete) avec Symfony consiste à créer une application web qui permet de gérer les opérations basiques de manipulation des données, telles que la création, la lecture, la mise à jour et la suppression des enregistrements dans une base de données
crud database dom-manipulation mysql-database symfony
Last synced: 21 Jan 2025
https://github.com/rafa-kozand/series_registration_.net
Series Registration CRUD developed in .Net (C#), made by the DIO platform (https://web.dio.me/play).
Last synced: 10 Jan 2025
https://github.com/rafa-kozand/doctor-s_cadaster
Repository created for a job test. (CRUD).
cadastro-de-clientes crud javascript mysql php
Last synced: 10 Jan 2025
https://github.com/syedashar1/nestjs-mongodb-setup
Simple NestJs and mongoose CRUD boilerplate
backend boilerplate crud mongoose nestjs nestjs-backend nestjs-mongoose restful-api
Last synced: 15 Dec 2024
https://github.com/saeedkohansal/php-oop-crud-pdo-mysql-script
I will teach you how to create a PHP Object-Oriented CRUD system using the PDO extension and MySQL database from scratch. You should know the basics of PHP to handle this. After watching this video, you will know how to do a complete PHP CRUD operation. It's a video about backend web development and database.
backend course crud database dummy-data gilgeekify howto learn-to-code mysql object-oriented-programming oop pdo pdo-mysql php phpmyadmin script sql-injection sql-query tutorial web-development
Last synced: 03 Dec 2024
https://github.com/soltanoff/fastapi_vue_template
Template project for CRUD App using Vue.js and FastAPI
crud crud-application crud-operation crud-sample docker docker-compose fastapi jinja2 jinja2-templates sqlalchemy vue vuejs
Last synced: 08 Dec 2024
https://github.com/sirwanafifi/node-crud
A simple application to generate endpoints for a given MySQL database.
Last synced: 03 Jan 2025
https://github.com/suryamsj/data-karyawan
Tutorial CRUD C# Dengan MYSQL | Studi Kasus Data Karyawan
crud crud-sample csharp mysql mysql-database visual-studio
Last synced: 03 Dec 2024
https://github.com/savanihd/laravel-11-ajax-crud-operation
In Laravel 11, AJAX CRUD operations refer to create, read, update, and delete data from a database without reloading the entire web page. This is achieved using AJAX (Asynchronous JavaScript and XML) requests to communicate with the server in the background.
Last synced: 20 Nov 2024
https://github.com/shinjimc/spring_security_thymeleaf
The Spring_Security_Thymeleaf project utilizes Java, Spring Boot, and Thymeleaf for a hardware store's invoicing system. It allows employees to generate invoices and admins to manage product data efficiently. Key technologies include Spring Security for authentication and MySQL for database management, all deployable via Docker.
authentication authorization crud docker hardware-store invoice-management java mysql pdf-generation role-based-access-control spring-boot spring-boot-3 spring-security spring-security-jwt tailwindcss thymeleaf web-application
Last synced: 24 Dec 2024
https://github.com/davidmartinezros/how-do-you-learn
A Rest Service with Spring Boot 1.5 running in Java 8 that add, remove, modify and get UnityKnowledege of Objects and it's UnityKnowledge Relation Objects. And save all data in a MongoDB.
actuator concept crud crud-application knowledge mongodb robot spring-boot
Last synced: 17 Dec 2024
https://github.com/sgangopadhyay/php-excel-file-generator
A PHP program to generate Excel file from the MySQL Database
Last synced: 01 Jan 2025
https://github.com/mvccore/example-cdcol
Classic CD collection CRUD example with default SQLite database and authentication.
albums authentication cd-albums cds credentials crud crud-application crud-sample login mvccore
Last synced: 25 Nov 2024
https://github.com/websolutionstuff/laravel-9-crud-operation-example
As we know Laravel 9 was officially released yesterday with many new functionalities like Symfony 6.0 components, Symfony Mailer, Flysystem 3.0, improved route list output, a Laravel Scout database driver, etc, and many more and laravel 9 version requires a minimum PHP version of 8.0. So, here I will show you how to create CRUD operation in laravel 9, in this site we have performed many crud operations with example crud operation in ajax crud operation in laravel 8 etc. So, today I will give you laravel 9 crud application example or how to create crud in laravel 9.
crud crud-application crud-operation example html laravel laravel-9-crud-operation laravel-crud-operation laravel8 laravel9 php tutorial
Last synced: 11 Dec 2024
https://github.com/crni99/bookstore
This app is an e-commerce platform that allows users to browse and purchase books online. It is built using the Java programming language and the Spring framework (Boot, MVC, Security, Data JPA) and it uses an H2 (SQL) database to store and retrieve data.
bookstore bookstore-cms crud database h2-database hibernate java maven mvc spring spring-boot spring-mvc spring-security springboot store
Last synced: 19 Dec 2024
https://github.com/websolutionstuff/laravel-9-mongodb-crud-operation-tutorial
In this article, we will see the laravel 9 MongoDB crud operation tutorial. Also, we will use jenssegers/laravel-mongodb composer package to create CRUD operation.
crud crud-operation database jenssegers laravel laravel-9 laravel-mongodb mongodb mongodb-database mongodb-driver package
Last synced: 11 Dec 2024
https://github.com/vit0rr/ocaml-crud
CRUD in OCaml using postgresql
crud docker docker-compose dune ocaml opam postgresql
Last synced: 24 Jan 2025
https://github.com/andriannus/crud-ci-vue
Simple CRUD with CodeIgniter and Vue.js
codeigniter crud javascript php vue
Last synced: 10 Jan 2025
https://github.com/sanjinkurelic/mvcgenerator
Most of today's simpler software solutions closely link their work to basic database operations. The basic operations are retrieving, entering, modifying, and deleting individual data, so-called CRUD operations. To simplify the implementation of such software solutions, it is possible to build a code generator that builds a series of program sections based on the definition of the database structure. The database structure is defined using a structured query language (SQL).
analysis chunk code-generator compiler crud hibernate intermediate-code-generation java-11 junit lexical-analysis mvc parsing reflections rest-api semantic-analysis spring sql synthesis target-code-generation three-tier-architecture
Last synced: 26 Dec 2024
https://github.com/rabinzon/bts.tatar
Site with movies in tatar language
crud koa nodejs postgresql s3 sequelize
Last synced: 18 Dec 2024
https://github.com/websolutionstuff/node.js-express-crud-example-with-mysql
In this tutorial we will see how to perform Node js Express CRUD example with MySQL. Node js Express framework with MySQL Database in we will give you step by step CRUD operation example in node js.
crud example expressjs javascript mysql-database nodejs
Last synced: 11 Dec 2024
https://github.com/lucasrmagalhaes/ajax_crud-php
PHP Ajax CRUD Application Tutorial - MySQL & Bootstrap & jQuery DataTables
ajax bootstrap crud datatables jquery mysql php
Last synced: 11 Jan 2025
https://github.com/tedjenkler/feedback-app-mern-tailwind
Project by Teodor Jenkler for Frontend Mentor's challenge is a social media site built with MERN stack and Tailwind CSS (Mobile-First). It features a login page with add/edit/remove functionality on posts, ability to add comments and replies, Redux Toolkit for state management, React Router for navigation, and animations. Fully responsive design.
animation crud mern-stack react tailwind vite
Last synced: 21 Nov 2024
https://github.com/nirav-gajera/laravel-blog
Laravel blog with Login,register ,posts with add image and also comments and reply implimantation,CRUD operation for posts(only authenticate user)
blade blog blog-project crud crud-operation github github-actions github-config html-css laravel laravel-blog laravel-crud laravel-framework laravel6 personal-blog php-framework php-mvc simple-blog vue
Last synced: 10 Jan 2025
https://github.com/vit0rr/govie
Go + MongoDB Crud
crud go golang hacktoberfest mongodb
Last synced: 08 Dec 2024
https://github.com/lucasgmagalhaes/fastdapper
Fast and simple CRUD operations with Dapper
Last synced: 18 Jan 2025
https://github.com/ramonpaolo/cli-create-default-project
CLI to create default structure of a project express CRUD
cli crud default-struture express good-first-issue nodejs opensource typescript
Last synced: 13 Dec 2024
https://github.com/andresorozcodev/angular-16-dashboard
User dashboard panel.
angular bootstrap coverage crud directives docker dropdown font-awesome google-fonts guard interceptor karma lazy-loading models pipes services sidebar-menu unit-test
Last synced: 22 Nov 2024
https://github.com/labrodev/laravel-filter-components
This repo is Laravel package to extend filtering functionality in Laravel projects. If you have a list with items and you use spatie/laravel-query-builder to filter them, this package could be useful for you.
crud filters laravel laravel-components laravel-framework laravel-package laravel-spatie php
Last synced: 08 Dec 2024
https://github.com/birajmainali/node-mvc-first-run
function demonstration of express js
Last synced: 04 Jan 2025
https://github.com/nia3zzz/mysql-crud-operations-with-nodejs-and-reactjs
This app allows users to save users with name and email with specific id for everyone, featuring functionalities like create, read, update, delete. It uses MySQL as the database to store users, Express.js for handling server-side logic, React.js for building the user interface, and Node.js for server-side runtime environment.
bootstrap crud css express expressjs expressroute expressrouter javascript jsx modal mysql mysql2 nodejs react single-page-app
Last synced: 19 Jan 2025
https://github.com/or-abdillh/diundang-message-api
Sebuah Platform as Service yang memungkinkan owner Diundang dalam membuat dan mengelola URL Endpoint untuk melayani permintaan fitur "Kirim Pesan" pada produk Undangan Digital Diundang
bootstrap crud ejs endpoint-generator expressjs fontawesome googlefonts nodejs postgresql sequelize
Last synced: 17 Jan 2025
https://github.com/nisarldev/curso_keepcoding_ejercicios-de-java.-14-6-2022
crud java-11 java-17 jdbc mvc mvc-architecture poo
Last synced: 23 Dec 2024
https://github.com/kevinthulnith/php-crud-api
php crud api program developed with php and MySql
api-server automatic-api crud database geojson geospatial multi-datasource mysql openapi php php-api postgis postgresql rest-api restful sql-database sqlite sqlserver swagger
Last synced: 23 Jan 2025
https://github.com/dennissnijder/nestjs-entity-module-cookiecutter
A NestJS cookiecutter template providing a simple entity module with basic CRUD and 2 events.
cookiecutter-template crud nestjs
Last synced: 17 Dec 2024
https://github.com/zetsux/elecommerce-admin-page-mvc
⥠An admin page for an imaginary Electronics E-Commerce (Elecommerce) created using MVC in PHP
crud mvc-architecture mysql php
Last synced: 09 Dec 2024
https://github.com/taiseen/react_user_crud_app
crud crud-application react reactjs
Last synced: 12 Jan 2025
https://github.com/kathleenwest/minimalwebapientityframeworkcoresqlite
A minimal ASP.NET Core web api project to showcase Entity Framework Core with both SQLite and in-memory database implementations. This basic web api features CRUD operations with Http Verb Operations (Get, Post, Put, and Delete). Features tutorial-style YouTube videos for some topics.
asp-net-core asp-net-core-web-api crud csharp database demo entity-framework-core how-to in-memory-database learning-by-doing microsoft-learn minimal-web-api pizza pizza-shop sqlite swagger swagger-ui tutorial web-api youtube
Last synced: 23 Jan 2025
https://github.com/jeanmoissa/js_bootstrap_contact_registration
Formulario utilizando Bootstrap e Javascript contendo validação de dados e CRUD completo
bootstrap crud css html javascript
Last synced: 11 Jan 2025
https://github.com/martincastroalvarez/flask-application
Flask REST API.
api crud docker docker-compose postgresql python rest sqlaclhemy web
Last synced: 22 Dec 2024
https://github.com/tr1sm0s1n/bun-elysia-api
Simple API demonstrating CRUD operations in TypeScript with Bun and Elysia.
api bun crud elysia rest-api typescript
Last synced: 11 Dec 2024
https://github.com/relliv/csharpsqliteexamples
C# Basic SQLite Usage And CRUDS Operations
crud cruds csharp sqlite sqlite-database sqlite3 sqlitedatabase
Last synced: 04 Jan 2025
https://github.com/maximo-perez-villalba/framework-dao-db
El proyecto implementa una extensión de framework-dao para base de datos a través de PDO con fines pedagógicos.
crud dao dao-crud dao-design-pattern database oop pdo pdo-php php uml uml-class-diagram
Last synced: 12 Dec 2024
https://github.com/jeganathpv/firebase-crud
A python package(PyPi) to perform CRUD operations with Firebase Realtime database.
crud database firebase firebase-database firebase-python firebase-realtime-database python3
Last synced: 17 Dec 2024
https://github.com/itsmenicky/educreports
Sistema para controle de alunos e docentes, bem como gerenciamento e emissão de relatórios para escolas de educação infantil.
crud jasperreports java maven mysql
Last synced: 24 Nov 2024
https://github.com/jlmonteagudo/node-server-crud-sample
RESTful API, developed with Node, Express and Mongoose. This server is part of a system composed by this server and a front end application developed with Angular that shows how to develop a CRUD system.
angular crud express mean mean-stack mongoose nodejs rest-api restful-api
Last synced: 24 Jan 2025
https://github.com/kelvin229/mern-stack-crud-application
Social app for posting/documenting life updates
backend bootstrap crud expressjs full-stack fullstack javascript material-ui mongodb nodejs reactjs
Last synced: 03 Jan 2025
https://github.com/pikuzamarie/project-cost-calculator
CheckSum - calculate project cost at ease
calculator-application crud material-ui react redux
Last synced: 17 Dec 2024
https://github.com/manish312002/mvblog
MVBlog is a blog management platform that allows users to create, view, edit, and delete blog posts. Users can register, log in, and manage their posts with features such as file uploads and personalized content. The application utilizes JWT for authentication, bcrypt for password hashing, and PostgreSQL for database storage.
api authentication backend bcrypt blog cors crud dotenv express fileupload full-stack jwt middleware multer nodejs pern-stack postgresql rest-api web-application
Last synced: 17 Dec 2024
https://github.com/bilalvdemir/springbootcrudexample
Spring Boot CRUD Example with MVC Pattern
controller crud docker exception-handler exceptions formatter jpa logger mongodb regex-pattern restful-webservices spring-boot spring-mvc validator
Last synced: 17 Dec 2024
https://github.com/onekiloparsec/vuex-module-generator
A generator of full-featured Vuex modules for CRUD REST endpoints handling mutations, actions, state & selection. Ideal for large Vue.js SPA using dozens of API endpoints (see https://www.arcsecond.io as an exemple).
axios crud javascript no-dependencies nodejs rest spa vue vuejs vuex
Last synced: 18 Dec 2024
https://github.com/indraxyz/nextjs-mui-expressjs-sequelize-mysql
understanding combination with Nextjs, Material Ui, expressjs, mySql, Sequelize.
crud expressjs javascript material-ui mysql nextjs reactjs sequelize-orm
Last synced: 02 Dec 2024
https://github.com/pixelwhiz/pkk-react-golang
chakraui crud golang gorm mysql react typescript
Last synced: 02 Dec 2024
https://github.com/austinkregel/laravel-abstract
A very abstracted way to get CRUD up and running.
Last synced: 18 Dec 2024
https://github.com/maulayyacyber/crud-codeigniter
Basic CRUD CodeIgniter
basic ci codeigniter create crud delete mysql read update
Last synced: 01 Jan 2025
https://github.com/tmtocb/crud-ideas_rails_carrierwave_bootstrap
simple ideas-app with Rails 6, carrierwave for file upload, Bootstrap for styling, devise for authentication, CRUD actions, comments included, gravatars added. Postgresql as database with Heroku deployment.
bootstrap carrierwave crud gravatar heroku heroku-deployment postgresql rails rails6
Last synced: 07 Dec 2024
https://github.com/core-go/cassandra
cassandra cassandra-crud cassandra-search crud
Last synced: 10 Jan 2025
https://github.com/robert-ds/app-books-php
App for sharing free books
application crud crud-application php7 site
Last synced: 22 Dec 2024
https://github.com/kathleenwest/minimalwebapipizzastoretutorialdemo
Quick steps and demo code to quickly create a minimal web api with asp.net core and swagger setup. This project code is the result of a Microsoft Learn tutorial to build a web API with minimal API, ASP.NET Core, and .NET.
asp-net-core crud demo how-to mapget mappost microsoft-learn minimal-api minimal-web-api pizza pizza-app quick quick-start step-by-step step-by-step-guide swagger swagger-ui tutorial web-api webapi
Last synced: 23 Jan 2025
https://github.com/thetoxin/reactiveclientcrud
Server: https://github.com/TheTOXIN/ReactiveServerCRUD
angular-9 angular-material animation crud reactive sse
Last synced: 17 Jan 2025
https://github.com/fjerbi/ultimateblog
The ultimate blog, a package that will allow you to integrate a blog systemin your Laravel Application with likes/ dislikes on posts, comment system,Notification system, author profile and views count
blog blog-package blogging blogsystem crud larablog laravel laravel-blog laravel6 likes-count notifications package
Last synced: 10 Jan 2025
https://github.com/druchill/crud-java-mysql
Crea un CRUD bastante fĂĄcil pero INCREIBLE
crud crud-api html-css-javascript netbeans-ide spring-boot vscode
Last synced: 20 Nov 2024
https://github.com/mvccore/example-cdcol-basic
Classic CD collection CRUD example with default SQLite database.
albums cd-albums cds crud crud-application crud-sample mvccore
Last synced: 25 Nov 2024
https://github.com/nubisub/wengdevproject
Project Akhir Pemrograman Web
basic crud html-css-javascript php
Last synced: 24 Dec 2024
https://github.com/shubhamd99/express-mongodb-example
NodeJS Express MongoDB Crud
api crud expressjs javascript mongodb nodejs nosql-database rest-api
Last synced: 09 Jan 2025
https://github.com/walber-vaz/api-go
Api em Go usando Gin
api-rest backend-go crud docker docker-compose gin-gonic go golang makefile
Last synced: 23 Jan 2025
https://github.com/ttskch/pheetsu
PHP library to CRUDify Google Spreadsheets like sheetsu.com
api crud google-sheets sheetsu spreadsheets
Last synced: 15 Dec 2024
https://github.com/muhdhanish/next_curd_api
This repository contains a simple Next.js application that demonstrates CRUD (Create, Read, Update, Delete) operations using local data. The application showcases a basic implementation of a CRUD system without any database.
crud nextjs rest-api typescript
Last synced: 03 Dec 2024
https://github.com/andre-alck/parking_control_api
CRUD desenvolvido através do framework SpringBoot
crud crud-api database java postgres postgresql springboot
Last synced: 03 Dec 2024
https://github.com/alddesign/crudkit
CRUDKit lets you create UI webpages for existing databases within minutes.
adminlte crud crud-application database database-management laravel php php8 sql sqlite ui-kit ui-kit-framework uikit
Last synced: 03 Dec 2024
https://github.com/pulgueta/anny-kaktus-admin
Anny Kactus - Admin Panel
admin admin-dashboard crud ecommerce firebase react
Last synced: 22 Dec 2024
https://github.com/blordeus/to-do-app
A To-Do list app made with React Chakra UI. My first attempt at a CRUD app
Last synced: 10 Jan 2025
https://github.com/fityannugroho/contact-app
A simple contact android app. CRUD implementation using SQLite & Firebase.
android-app contacts-app crud firebase firestore sqlite
Last synced: 18 Dec 2024
https://github.com/imvickykumar999/darkweb-flask-crud
Hosting dark-web-site only Sunday : https://www.youtube.com/watch?v=w9SDHiIlyfo
crud darkweb flask imvickykumar999 tor
Last synced: 01 Dec 2024
https://github.com/imvickykumar999/currency-collection
Performing CRUD Operation on my old coins.
clean-code coin-collecting crud flask imvickykumar999 sqlite3
Last synced: 01 Dec 2024
https://github.com/ehsundar/dopamine
General REST server for web and client app developers
android-development crud developer-tools ios-development mvp rest rest-api web-development
Last synced: 18 Dec 2024
https://github.com/saili-shinde/employee_management_system
Employee Management (CRUD) System | Tech Stack: Java 17, Spring Boot, Spring MVC, Spring Data Jpa, Hibernate, Maven and MySQL
crud crud-application crud-operation employee-management-system hibernate java java17 maven mysql-database spring-boot spring-data-jpa spring-mvc
Last synced: 03 Dec 2024
https://github.com/solutionstack/node-crud-demo
A Node C-R-U-D Demo with Redis in memory cache
Last synced: 31 Dec 2024
https://github.com/syncfusionexamples/mvc-scheduler-crud-action-with-editor-template
The repository created to demonstrate how to handle CRUD action with editor template in ASP.NET MVC Scheduler
crud editor-template mvc-scheduler schedule
Last synced: 16 Dec 2024
https://github.com/d4niee/react-native-crud
A React Native example App with basic CRUD (Create, Read, Update, Delete) functions using the Firebase Firestore Database and the Expo CLI.
crud crud-application example-project expo-cli firebase firebase-firestore mobile-app npm react react-native userlist webapp
Last synced: 01 Dec 2024
https://github.com/luismendes070/crud-xml-git-pull
[CHANGELOG] CRUD XML Angular Java 8 Spring Boot 2 put post insomnia rest client https://github.com/luismendes070/crud-xml-git-pull/tree/master/crud-angular-spring/crud-angular/tests Tutorial https://gist.github.com/luismendes070/905e3202ec714c24cdd17dee5e722acb
chatgpt crud java lfs lubuntu nestjs-backend osgeo phppgadmin rest-webservice soap-web-services vercel vercel-deployment xml
Last synced: 18 Nov 2024
https://github.com/ahsannjavaid/un-portal
UN Portal is an educational portal where teachers register students and assign them with their academic record and students see their academic record by logging into their respective accounts. Please refer to README.md file to know more about this project.
academia admin crud education instructors students
Last synced: 03 Dec 2024
https://github.com/soltanoff/drf_vue_template
Template project for CRUD App using Vue.js and DRF
crud crud-application crud-functionality crud-operations crud-sample django django-framework django-rest-framework docker docker-compose herokuapp vue vuejs2
Last synced: 08 Dec 2024
https://github.com/vagnerbellacosa/007_catalogodejogosdotnet
BootCamp GRUD API Catalogo de jogos em Dot Net
api c-sharp crud digital-innovation-one dio dot-net game
Last synced: 01 Dec 2024