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: 2024-11-16 00:06:01 UTC
- JSON Representation
https://github.com/peter42306/studentmvccrud
The simple ASP.NET Core Web App (MVC) for CRUD ops
asp-net-core-mvc crud entity-framework mssql-database mvc
Last synced: 12 Oct 2024
https://github.com/ug-dbg/yop
YOP is a lightweight ORM wannabe. Hit and run, no session, no bytecode generation, SQL-like syntax with method references.
crud java java-8 lightweight orm yop
Last synced: 12 Oct 2024
https://github.com/andrewjbateman/node-orm-postgres
:clipboard: Node.js backend using TypeORM & Typescript to create a data Entity model and perform CRUD operations on the data in a PostgreSQL database, Angular frontend with Tailwind styling to display backend data
angular14 crud css3 database database-management html5 json node nodejs orm postgres postgresql tailwindcss typeorm typescript typescript4
Last synced: 07 Nov 2024
https://github.com/ericimperiale/sitios-noticias-php
Un mini sitio de noticias con panel de administración completo, desarrollado en PHP 8.0 OOP, con características como paginador, gestión de imágenes, autenticación y sistema de comentarios.
authentication composer crud html5 intervention-image mysql oop php phpmailer
Last synced: 13 Oct 2024
https://github.com/andrewjbateman/nodejs-tutorial-rest-api
:clipboard: This is an app to practise working with Representational State Transfer (REST) APIs that just transfer data instead of user interfaces.
bcrypt-nodejs codepen cors crud graphql headers mongoose-schema multer nodejs postman-api replace rest-api socket-io
Last synced: 07 Nov 2024
https://github.com/andrewjbateman/nodejs-mongoosedb-shoppingcart
:clipboard: Udemy Node.js tutorial shopping cart using mongoose to manage products for azure cloud database
compression crud database-schema deployment development express helmet heroku-deployment javascript mongodb mongoose nodejs
Last synced: 07 Nov 2024
https://github.com/notbadcode/producttest
Simple Yii2 CRUD. RBAC
crud php php-crud rbac yii2 yii2-crud yii2-framework yii2-rbac
Last synced: 12 Oct 2024
https://github.com/camilafbarcellos/curso-laravel-11
Repositório para o curso sobre PHP com Laravel 11 da EspecializaTi Academy.
crud laravel11 php8 tailwindcss
Last synced: 12 Oct 2024
https://github.com/d-malex/backend-node.js
SEADEA (Sistema de Educación A Distancia Del Ejercito Argentino), Creación de API. Uso de Sequelize, SQLite, Express, JWT y Node.js. -------- SEADEA (Distance Education System of the Argentine Army), Creation of API. Using Sequelize, SQLite, Express, JWT and Node.js
api-rest crud express javascript jwt jwt-authentication jwt-token migration migrations nodejs npm seed seeds sequelize sqlite sqlite3
Last synced: 12 Oct 2024
https://github.com/jezbravo/laravel-crud-api
Basic backend CRUD with Laravel
composer crud crud-application laravel mysql php railway
Last synced: 13 Oct 2024
https://github.com/alexanderlapygin/cra_msw-data_rtl_faker
CRA starter for mini-blog with testing using FAKER, RTL, MSW and MSWJS/DATA
blog cra crud faker js msw msw-data react react-testing-library rtl softspiders ss starter template test ts typescript
Last synced: 12 Oct 2024
https://github.com/4sskick/web_basic_crud
Basic CRUD Code Igniter based
code-igniter crud crud-sample sample
Last synced: 14 Oct 2024
https://github.com/bankole2000/vue-smoothies
🔰 Simple Crud Web app learning project built with VueJS and Firebase
Last synced: 05 Nov 2024
https://github.com/whiteilya/introduction_to_rails
The project is an introduction to Ruby on Rails, focusing on building a web application for managing friends.
crud jwt rails restful-api ruby
Last synced: 13 Oct 2024
https://github.com/androidbeingx/flask_project
A class project. Code applying the knowlage of flask, sqlite and python.
crud database flask project python sqlalchemy sqlite3
Last synced: 10 Oct 2024
https://github.com/siensis/kpacrud
KpaCrud Library permits to generate automatically CRUD pages from a DB table
codeigniter-library codeigniter4 crud database-management
Last synced: 15 Oct 2024
https://github.com/ltk-mxz/node.js
Node.js / Express.js Projects !
crud crud-api mongodb mongoose movies-api todo-app todoapp
Last synced: 27 Oct 2024
https://github.com/eshan327/employee-management-app
A full-stack CRUD application; uses the Spring Boot and React frameworks to simulate corporate management.
crud full-stack java javascript maven mysql react rest-api spring-boot
Last synced: 14 Oct 2024
https://github.com/pomelohoho/todo-list-application
Task Keeper is a minimalist task management app that allows users to add, edit, and categorize tasks. Built with Angular (Typescript) and Spring Boot (Java), it's designed for easy tracking of daily activities.
angular crud java jpa-hibernate mysql rest-api scss spring-boot todoapp typescript webapp
Last synced: 31 Oct 2024
https://github.com/bkozii/ionic-vue-firestore-crud
Ionic + Vue: A Simple FireStore CRUD Web App Project
crud firebase firebase-database ionic vue vue3 vuefire vuejs
Last synced: 13 Oct 2024
https://github.com/ahmed-maher77/crud-web-app-using-reactjs-bootstrap-scss
A React-based CRUD web application that allows users to manage instructors and courses, featuring operations to create, read, update, and delete records with high accessibility and responsive design.
bootstrap crud crud-application js oop react react-router-dom sass-framework scss
Last synced: 31 Oct 2024
https://github.com/vn-blgn/node-express-mysql-hbs-crud-api
Nodejs (Express) MySQL Handlebars (Express Handlebars) CRUD Web Application
api crud express express-handlebars expressjs handlebars handlebarsjs hbs mysql node nodejs web-application
Last synced: 14 Oct 2024
https://github.com/saifadin1/e-commerce-api
A .NET Core-based E-Commerce API for managing products, carts, orders, and payments via Stripe. Secured with JWT authentication for safe access to all features.
api crud csharp jwt-authentication stripe-payments
Last synced: 15 Nov 2024
https://github.com/mmaarij/secure-libcurl-json
A C++ wrapper library that provides a convenient and secure way to make HTTP API requests, while handling JSON data. Built on top of libcurl for robust networking capabilities and nlohmann/json for JSON data processing.
api certificates cpp crud https json libcurl linux ssl windows
Last synced: 15 Oct 2024
https://github.com/grzegorzwalewski/taskmanager
Task board with API CRUD and decent frontend
crud larvel livewire tailwindcss task-board task-manager
Last synced: 09 Oct 2024
https://github.com/lukewait/recycler-contacts-app
A Windows Forms application for managing contact data stored on CSV with CRUD operations, binary search, and filtering. Developed as part of a TAFE QLD assignment.
binary-search crud csharp csv filtering windows-forms
Last synced: 14 Oct 2024
https://github.com/zofe/rapyd-module-installer
module installer for rapyd-livewire laravel application
Last synced: 23 Oct 2024
https://github.com/janluksoft/node_express_ts_mssql
The Node CRUD MVC app with the Sequelize ORM MsSql framework
crud express handlebars javascript mssql mssql-database mvc-architecture node nodejs rest-api sequelize-orm
Last synced: 14 Oct 2024
https://github.com/saburlimbur/task-management-ci3
Sebuah proyek tugas kelompok akhir dari mata kuliah Web Programming 1, menggunakan CodeIgniter 3.
bootstrap5 codeigniter crud hacker javascript jquery old-language php surfing sweetalert validation-library
Last synced: 14 Oct 2024
https://github.com/novaandini/ci4app
Website CRUD (Create, Read, Update, Delete) dengan menggunakan CodeIgniter 4
backend bootstrap codeigniter codeigniter4 crud php
Last synced: 14 Oct 2024
https://github.com/mvysny/jdbi-orm-vaadin-crud-demo
A Vaadin app which demoes the JDBI-ORM library
Last synced: 16 Oct 2024
https://github.com/karim-mamdouh/crud-operations
CRUD page using redux state manegement
crud crud-operation font-awesome i18n i18next node-sass react react-hook-form reactjs redux
Last synced: 31 Oct 2024
https://github.com/carloseduardonit/gerador-calculo-inss
Este ficará responsável pelo cálculos e preenchimento do INSS
crud java-8 mysql mysql-database
Last synced: 11 Nov 2024
https://github.com/milenmk/laravel-livewire-crud
CRUD class for Laravel Livewire components
Last synced: 14 Oct 2024
https://github.com/carloseduardonit/programa-infox
Programa para setor de Informatica
Last synced: 11 Nov 2024
https://github.com/raelzeraxd/crud
a simple crud with mysql in go and python
Last synced: 07 Nov 2024
https://github.com/sreeragp69/notes-app-backend
Backend for the Note App built with Node.js, Express.js, and MongoDB. Handles user authentication, note management, and API requests.
authentication backend cors crud dotenv express-js jwt mern mongodb nodejs rest-api
Last synced: 10 Oct 2024
https://github.com/alexeyburyanov/educationalprojects
Projects written for educational purposes.
cpp crud crud-sample cs education education-projects hibernate java java-swing jdbc maven multithreading mysql php7 t-sql test win32api windowsforms wpf
Last synced: 30 Sep 2024
https://gitlab.com/DanCruise/laravel-react-inertia
CRUD en una sola vista, se usa el sistema de autenticación Laravel Breeze. Se utiliza Laravel 9 y React con Inertia.js
crud inertiajs laravel laravel9 login react tailwindcss vite
Last synced: 26 Sep 2024
https://github.com/ajsalemo/springbootembeddedcontainers
A repo of CRUD examples that uses different embedded containers, instead of the default which is Tomcat.
api azure cloud container controllers crud docker jar java jetty postgres rest springboot springdatajpa todo tomcat
Last synced: 07 Nov 2024
https://github.com/elidaniel92/jetty-12-rest-api-sample
Simple REST API with Jetty 12
crud crud-api docker docker-compose jackson java jdbc jetty jetty-server log4j2 maven mysql rest rest-api restful-api
Last synced: 31 Oct 2024
https://github.com/said7388/nestjs-crud-for-beginner
This is very simple nestJS CRUD for absolute beginners!
crud crud-api crud-sample nest nestjs nestjs-backend tipescript
Last synced: 11 Nov 2024
https://github.com/hasithaishere/go-rest-api-with-postgresql
A Go REST API with PostgreSQL demonstrating CRUD operations and IP logging middleware using the Gin framework.
backend crud gin go ip-logger middleware postgresql rest-api
Last synced: 15 Oct 2024
https://github.com/TheGlitchCat/MEAN-Stack-CRUD
MEAN-Stack CRUD Simple
angular crud crud-api crud-application express expressjs mean-stack meanstack meanstack-crud meanstack-framework node-crud node-js nodejs
Last synced: 23 Oct 2024
https://github.com/roby2409/article-news
Mvvm Article News App use RxSwift
articleapp crud crud-application rxswift rxswift-examples swift swift5 ui-programmatically
Last synced: 17 Oct 2024
https://github.com/xdillx/kanban-todolist
A personal Delphi project showcasing CRUD operations with a Kanban board feature for managing multiple projects. Offers a dynamic approach to task management.
crud delphi kanban personal-project project-management task-management todolist
Last synced: 07 Nov 2024
https://github.com/dore4n/cardapio
Este projeto é uma API REST desenvolvida para gerenciar um cardápio digital, permitindo a criação, leitura, atualização e exclusão de itens do cardápio. A aplicação foi construída utilizando Java Spring Boot para o backend e PostgreSQL como banco de dados.
api-rest crud java mvc-architecture postgresql springboot
Last synced: 31 Oct 2024
https://github.com/a-samod/subscription-management-backend
The backend for the subscription management application is built using Node.js and MongoDB, providing functionalities such as creating subscription groups, adding members, and tracking payments.
crud mongodb nodejs subscription-management
Last synced: 07 Nov 2024
https://github.com/glatek/rutabaga
JSON Schema-backed CRUD operations in Service Workers with IndexedDB.
crud indexeddb json-schema service-worker
Last synced: 31 Oct 2024
https://github.com/rockaflare/AplikasiElpiji
Aplikasi untuk mengolah penjualan LPG NPSO. Dalam tahap pengembangan.
avaloniaui crud dependency-injection efcore entity-framework-core mvvm n-tier-architecture reactiveui sqlite
Last synced: 23 Oct 2024
https://github.com/pratiktomar/contactcloud-mern
ContactCloud is full-stack application that allows users to manage their contacts. Users can create, view, edit, and delete contacts, each of which is associated with a specific user. The application is built using Node.js, Express, MongoDB for the backend, and React.js for the frontend.
api authentication authorization crud custom-hooks react-router specific-user
Last synced: 31 Oct 2024
https://github.com/jeck0v/fastapi-celery-redis
Web App: Celery, Redis + FastApi
celery crud fastapi firebase firebase-auth redis
Last synced: 31 Oct 2024
https://github.com/ltfschoen/meteor-rumedge
Meteor app using MongoDB uses CRUD interface to generate candidate skills profile and show statistics
api blaze buildpack crud es6 heroku heroku-buildpack material-ui meteor mongodb nodejs reactjs yarn
Last synced: 17 Oct 2024
https://github.com/danilqa/nest-js-registry-starter
Simple CRUD-repository based on Nest.js and mongo. Includes e2e specs.
api crud mongodb nestjs starter typescript
Last synced: 17 Oct 2024
https://github.com/kinstl/cutcode-laravel
Laravel-based web app. Features include user authentication, CRUD operations, RESTful API integration, admin panel for content editing, dynamic frontend rendering, pagination, form validation, and secure middleware handling.
blade crud laravel php rest-api tailwindcss vite
Last synced: 31 Oct 2024
https://github.com/phi-rakib/laravel-tailwind-crud
Laravel TailwindCSS CRUD Example
blade blade-template crud laravel laravel-framework php tailwindcss
Last synced: 31 Oct 2024
https://github.com/bartzalewski/firebase-crud-app
Firebase Firestore CRUD app created for my Instagram, @bart.code
crud crud-application firebase firestore-database reactjs
Last synced: 09 Nov 2024
https://github.com/emmanuelaytuz/test-hapijs
api-rest autentication crud hapijs mongodb
Last synced: 04 Nov 2024
https://github.com/jeremiias8/crud_java_mysql
Pequeño CRUD hecho en NetBeans usando Java con la BBDD MySQL
Last synced: 08 Nov 2024
https://github.com/jeremiias8/crud-meanstack
CRUD con Angular 14 en el frontend y NodeJS en el backend.
angular crud javascript nodejs typescript
Last synced: 08 Nov 2024
https://github.com/mohammedsalama/conent-management-system
Based on :
authentication bootstrap crud dashboard-templates fileupload laravel8 telescope validation
Last synced: 11 Nov 2024
https://github.com/juliendelplanque/easycrud
A framework to perform CRUD on relational databases easily from Pharo.
Last synced: 31 Oct 2024
https://github.com/ajayprince692/veritech-task_3
todo app
crud css3 dom html5 javascript
Last synced: 05 Nov 2024
https://github.com/khalilannbiya/student-app
Student App is an application used to manage student data along with their respective classrooms
crud laravel laravel-framework laravel9 php student-application
Last synced: 11 Nov 2024
https://github.com/marialmeida1/study-bd_java
Conexão do banco de dados feito em Postgre com Java
Last synced: 31 Oct 2024
https://github.com/prasad89/k8s-resource-crud
A Kubernetes application demonstrating basic CRUD operations on Kubernetes resources using the Cluster API
cluster-api crud golang kubernetes
Last synced: 31 Oct 2024
https://github.com/abinthomasonline/flask-boilerplate
Simple Flask CRUD boilerplate
backend boilerplate crud flask flask-sqlalchemy python rest-api sqlite starter-kit webapp webdevelopment
Last synced: 12 Oct 2024
https://github.com/modemobpsycho/crud-api-rs
clear-nodejs crud jest typescript
Last synced: 31 Oct 2024
https://github.com/lamzaone/flask-pet-adoption-app
Flask web app with Google OAuth2.0 and SQLite3
crud crud-app crud-application flask flask-application flask-login flask-web google-api google-oauth2 oauth2 oauth2-login pagination sqlite3
Last synced: 01 Nov 2024
https://github.com/rubyhcm/rails_crud_api
This project for FE to test call API
api crud ruby-on-rails testing
Last synced: 21 Oct 2024
https://github.com/ardakazanci/sqliteexample
SQLite Example
android androidsqlite crud sqlite sqliteexample sqlitetutorial
Last synced: 05 Nov 2024
https://github.com/ludmilaipp/tp2-databinding
Trabajo práctico para crear un CRUD en angular.
Last synced: 16 Nov 2024
https://github.com/appleipx/rest-api-django
REST API Backend сервер на Django
authentication crud django-rest-framework token
Last synced: 13 Nov 2024
https://github.com/ritobrotomukherjee/just-mongo-db
Mongo DB CRUD, DB creation etc. All step wise files are available in different branches
crud mongodb mongosh mongoshell nosql nosql-database
Last synced: 25 Oct 2024
https://github.com/ritobrotomukherjee/node-mongo-crud
All CRUD API using simple Node and MongoDB. Mongoose + Search API also available in a seaparate Mongoose branch
api-rest crud express-js mongodb mongoose nodejs
Last synced: 25 Oct 2024
https://github.com/tal7aouy/laravel-crud-with-search
Crud with search using Ajax
Last synced: 07 Nov 2024
https://github.com/deep-codes/todo-crud
🗃 Dead Simple CRUD Todo-Application with React & Typescript
crud react todo todoapp typescript
Last synced: 25 Oct 2024
https://github.com/techlord001/laravel-blog
Laravel project to showcase my skills & knowledge in the framework. This is a working blog with user sign/login and CRUD operations for the blog.
Last synced: 07 Nov 2024
https://github.com/adilmohak/php-crud
PHP CRUD project with MySQL database
crud mysql php php-crud user-management
Last synced: 28 Oct 2024
https://github.com/polgubau/client-side-solvethex
Esta aplicación se conecta a la API de SolveTheX, por lo que es necesario tenerla corriendo en el puerto 3000. (Ver readme de la API)
Last synced: 26 Oct 2024
https://github.com/kyrylopikhno/play_pay_client
DEPLOYED CLIENT ON HEROKU
crud heroku-deployment javascript react redux-toolkit
Last synced: 26 Oct 2024
https://github.com/roby2409/mvvmrxswift
Swift mvvm with rxswift (login and fetch data)
crud crud-application mvvm rxswift swift swift-mvvm
Last synced: 17 Oct 2024
https://github.com/aleko-khomasuridze/productmanager
Product Manager Application - A JavaFX-based desktop application for managing product inventory, featuring CRUD operations, data validation, and a modular design with database integration. Perfect for small to medium-sized businesses looking to streamline their product management process.
crud database design-patterns desktop docker java javafx sql
Last synced: 12 Oct 2024
https://github.com/milliorn/grocery-list
simple, intuitive interface for creating, editing, and deleting grocery items. Users can add items to their shopping list and remove them when they are no longer needed.
crud crud-operations development-environment food front-end-development grocery-application grocery-crud grocery-shopping localstorage organizer productivity react responsive responsive-design shopping shopping-cart shopping-list state-management user-interface web-application
Last synced: 26 Oct 2024
https://github.com/bastidanicolas/fullstackcv-frontend
This full-stack web application offers a CRUD platform and includes JWT authentication. Showcase your background with sections for an introduction, educational background, work history, portfolio projects, and technical skills.
admin-dashboard angular angular-drag-and-drop argentina-programa argentinaprograma authentication authentication-backend bootstrap crud crud-application cv-builder jwt portfolio-website
Last synced: 26 Oct 2024
https://github.com/milan-sony/php-crud
A simple CRUD operation program using PHP (BCA-2021)
Last synced: 11 Nov 2024
https://github.com/milan-sony/django-crud
This is a simple project that performs CRUD operations in Django using Mysql database
bootstrap4 crud css3 django html5 mysql
Last synced: 11 Nov 2024
https://github.com/ecthorsilva/heroapi-nodejs
Repositório para a atividade CRUD API Fake - Aula de Programação WEB III do Professor Laércio Silva
Last synced: 10 Nov 2024
https://github.com/itaditya/vue-todo-app
An advanced to-do app in Vue made to please the Javascript Overlords
animations crud flip javascript layout-animation reactive todo translate vue vue-todo vuejs
Last synced: 01 Nov 2024