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-28 00:06:11 UTC
- JSON Representation
https://github.com/bhadresh-laiya/ciblogposttest
CodeIgniter: Add, Edit, Delete, View Blog Post with Login & Registration – MVC CRUD Application using CodeIgniter v3
blog codeigniter codeigniter3 crud crud-application demo-app login mvc-framework posting register
Last synced: 28 Dec 2024
https://github.com/ssoaresleo/crud-users-api
Este projeto é um exemplo de um CRUD de usuários usando Node.js, TypeScript e Prisma para se conectar ao MongoDB, permitindo criar, atualizar, listar e excluir usuários no banco
crud mongodb node-js prisma prisma-client typescript
Last synced: 28 Dec 2024
https://github.com/goswamilucky/just-todos
A simple Todo app for adding and removing tasks with real-time sync via Firebase. Built with HTML, CSS, and JavaScript, it offers a clean and responsive user interface.
beginner-project crud css firebase frontend html javascript opensource practise-project realtimedatabase responsivedesign taskmanager todoapp ui ux webapp webdevelopment
Last synced: 06 Jan 2025
https://github.com/yogaprasadk/firebase_reactjs_course
it is a repository learn about firebase and reactjs
authentication crud firebase notifications setupreact
Last synced: 06 Jan 2025
https://github.com/patinaomi/consumo-api-python
O projeto visa desenvolver uma aplicação em Python que utilize a Random User API para obter dados de usuários aleatórios e armazená-los em uma base de dados Oracle. A interface do usuário é criada com HTML, CSS e JavaScript, incluindo validações no frontend e backend para assegurar a integridade dos dados.
api api-rest crud crud-api crud-application python
Last synced: 14 Dec 2024
https://github.com/krisnaajiep/slim-blogging-platform-api
A simple RESTful API with basic CRUD operations for a personal blogging platform.
api blog blogging blogging-platform create-read-update-delete crud crud-api crud-operation mysql mysql-database php php8 rest-api restapi restful restful-api slim slim-framework slim4 slimphp
Last synced: 13 Jan 2025
https://github.com/otherwa/nekko
GridFs API
crud crud-api crud-sample fastapi gridfs-stream
Last synced: 26 Jan 2025
https://github.com/jakedaspud/cling-db
Cling is a CLI CRUD App for making .txt / .csv databases.
cli command-line cpp crud database database-management db storage
Last synced: 26 Jan 2025
https://github.com/healingdrawing/task-paf-technical-trainee
CRUD with admin panel. Deno + Hono + Eta + Vue3 based. OAuth2 authentication for Google and X/Twitter. Deno KV database. Zod validation.
admin-panel crud css deno deno-kv eta full-stack-web-development google-authentication hono html javascript javascript-frontend oauth2 twitter-authentication typescript typescript-backend vue3 web-app zod-validation
Last synced: 13 Oct 2024
https://github.com/ruviniramawickrama/demo-caching-with-redis-and-spring-boot
This project highlights how to implement caching for a web service with the use of Redis and Spring Boot.
caching crud postgresql redis rest-api spring-boot spring-data-jpa
Last synced: 29 Nov 2024
https://github.com/ruviniramawickrama/demo-graphql-with-spring-boot
This project highlights how to perform CRUD operations with GraphQL and Spring Boot.
crud graphql postgresql spring-boot spring-data-jpa
Last synced: 29 Nov 2024
https://github.com/antoniolavadodev/task-manager-app
Task Manager app built as part of the roadmap.sh, featuring task creation, updating, deletion, and listing functionalities, with MySQL integration and adherence to best practices
api crud java java17-spring-boot spring-boot springboot3 task task-manager tasktracker
Last synced: 06 Dec 2024
https://github.com/ludson96/project-blogs-api
Projeto para estudo de API RestFul com Node.js usando o pacote sequelize para fazer CRUD, e JWT para autenticação
crud docker docker-compose express javascript jwt jwt-authentication mysql node-js nodejs orm sequelize
Last synced: 27 Jan 2025
https://github.com/ludson96/project-mongodb-commerce
Neste projeto utilizamos o banco NoSQL MongoDb, manipulamos o banco de dados commerce, que contém dados do cardápio do McDonald's, como ingredientes, valores nutricionais e dados fictícios de vendas
backend crud docker eslint mongodb mongodb-database nosql query
Last synced: 27 Jan 2025
https://github.com/ludson96/project-trybesmith
Projeto para estudo de API RestFul com Node.js com TypeScript, com CRUD MySQL, e JWT para autenticação
api crud docker docker-compose eslint express expressjs jwt jwt-authentication jwt-token mysql node nodejs orm typescript
Last synced: 27 Jan 2025
https://github.com/sebastianofazzino/newroutes
NewRoutes is a Blog/Social Media web app with user registration and CRUD, JWT authentication, post publishing and editing.
crud java jwt-authentication postgresql spring-boot webapp
Last synced: 11 Jan 2025
https://github.com/staivanov/entity-framework-6-in-depth
A lot of small projects with demo code on different topics with (O\RM) Entity Framework 6.
console-application crud dotnet dotnet-framework eager-loading ef6 entity-framework entity-framework-6 explicit-loading indepth lambda lazyloading linq linq-to-sql nplus1 nplusone
Last synced: 29 Nov 2024
https://github.com/lorenzorottigni/laravel-primi-passi
Boolean academy project: first laravel project
Last synced: 03 Dec 2024
https://github.com/tmukammel/node-rest-api-generator
REST API generator with Node.js, Express and Sequelize
api crud crud-api crud-generator express-api-generator express-rest-api relational-databases rest-api rest-api-generator sequelize
Last synced: 29 Dec 2024
https://github.com/anishlearnstocode/beer-crud-project
A basic CRUD application built using Typescript and SQLite Database for adding, removing and modifying different types of beer.
api crud express sample-project sqlite typescript
Last synced: 24 Jan 2025
https://github.com/scottgriv/php-order_notes_editor
This webapp enables easy pasting and management of multiline text in ERP application note fields. Designed for simplicity and efficiency, it's ideal for streamlined data entry and note-taking in enterprise systems.
crud crud-application css html mysql mysql-database notes-editor php webapp webapps website
Last synced: 14 Dec 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: 06 Dec 2024
https://github.com/marlinsk/estudo-nodejs-api-restfull-mvc1
Projeto de estudo de retirado dos conteúdos práticos de uma aula prática no canal Hora de Codar do Matheus Battisti e um post do Emmanuel Etukudo no DEV Community. Link do vídeo: https://www.youtube.com/watch?v=K5QaTfE5ylk, link do post: https://dev.to/eetukudo_/understanding-mvc-pattern-in-nodejs-2bdn
apirestfull crud javascript mongodb mongoose mvc-architecture nodejs
Last synced: 10 Nov 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: 14 Dec 2024
https://github.com/victorlcastro-dsa/projeto-santandercoders-crud
Em grupo, desenvolvemos um sistema CRUD em Python como parte do módulo Lógica de Programação II do Santander Coders. O projeto gerencia transações bancárias, permitindo a criação, leitura, atualização e exclusão de dados, com filtros personalizados e foco em boas práticas de desenvolvimento.
crud project-based-learning python santandercoders
Last synced: 13 Jan 2025
https://github.com/ethern-myth/angular
CRUD angular .net core mssql
angular crud material-ui mssqlserver netcore6 typescript
Last synced: 03 Dec 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: 06 Dec 2024
https://github.com/ajitagupta/employee-management-system
A CRUD API in Spring with Hibernate
crud employee-management-system hibernate java learning-java portfolio-project spring
Last synced: 27 Jan 2025
https://github.com/dedo-finger2/first-deno-api
trying out the oak lib from Deno and creating a simple CRUD with it.
crud deno deno-module oak simple typescript
Last synced: 29 Nov 2024
https://github.com/pedrodevvv/crud_csharp
CRUD desenvolvido com o objetivo de criar um mini banco de dados e colocar a lógica de programação em prática.
Last synced: 21 Dec 2024
https://github.com/mateoramirezrubio1/mongodb_basics
Lista y explicaciones de diferentes comandos básicos de MongoDB. Ideal para quienes inician con MongoDB.
backend beginner-guide crud database database-tutorial mongo mongodb mongodb-commands mongodb-guide mongodb-tutorial nosql
Last synced: 21 Dec 2024
https://github.com/jcksnvllxr80/go-movies-crud
Second part of the following video
crud crud-api go golang movies movies-api
Last synced: 29 Nov 2024
https://github.com/ethern-myth/vue-recipe
Recipe App created with Vue
bootstrap crud javascript vue vue-router
Last synced: 03 Dec 2024
https://github.com/bkozii/cloud-konkamon-ionic-vue
Ionic Firestore CRUD (Vue Version) - ชิ้นงาน Ionic ประจำรายวิชา 0232430865 การพัฒนาคลาวด์แอปพลิเคชัน
crud firebase firebase-database ionic ionic7 vue vue3 vuefire
Last synced: 06 Dec 2024
https://github.com/leticiamilan/crud-carrinho-compras
CRUD simples em JAVA de um carrinho de compras - Exercício realizado para a aula de Java (POO) - UNIP
Last synced: 29 Nov 2024
https://github.com/ayaamar200/login
A Smart Login System website is a secure and user-friendly platform designed to make logging in quick and easy.
bootstrap5 crud css3 dom html5 javascript
Last synced: 06 Dec 2024
https://github.com/hk-transfield/project-management-api
A simple Node.js RESTful CRUD API using express interacting with a MySQL database. Used for creating and managing projects.
api api-rest crud crud-application expressjs javacsript nodejs
Last synced: 14 Dec 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: 06 Jan 2025
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: 06 Jan 2025
https://github.com/walidbosso/springboot-angular-items-crud
This project is a full-stack CRUD (Create, Read, Update, Delete) application built with Spring Boot for the backend and Angular for the frontend. It enables the management of items with features such as routing, CORS handling, and integration with a MySQL database.
angular axios bootstrap cors crud dto-pattern full-stack h2-database items jdbc lombok mysql routing service spring-boot sweetalert2
Last synced: 29 Nov 2024
https://github.com/mstgnz/python-sqlite3-cli
Python ile sqlite3 üzerinde crud işlemleri
Last synced: 13 Jan 2025
https://github.com/lucasfeliciano02/to-do-app-crud-gui
Aplicativo to-do feito com a gui tkinter e com o bd sqlite em que há um crud. (Contém o arquivo executável)
crud database sqlite tkinter-gui
Last synced: 13 Jan 2025
https://github.com/lucasfeliciano02/consulting_form-gui-crud
Formulário de consultório feito em python com a gui tkinter em que há a conexão com um banco de dados sqlite e as opções de CRUD conforme os botões
crud python sqlite-database tkinter-graphic-interface tkinter-gui
Last synced: 13 Jan 2025
https://github.com/alwinsimon/react-olx-clone
crud firebase firebase-auth js react react-router-dom reactjs redux redux-toolkit webdev
Last synced: 11 Jan 2025
https://github.com/danilosano/series-trabalho-c-sharp
CRUD feito em C# contendo conexão a PostgreSQL no ano de 2018.
Last synced: 29 Dec 2024
https://github.com/esraaalzoghby/crud-product-app
A simple CRUD (Create, Read, Update, Delete) application demonstrating the core functionalities of managing data.
bootstrap crud crud-app crud-application html-css-javascript
Last synced: 06 Dec 2024
https://github.com/jmcph4/devportal
A remote productivity portal
crud portal productivity ror ruby ruby-on-rails tool web web-application webapp
Last synced: 24 Dec 2024
https://github.com/volt1c/employee_management_api
👔API for managing and controlling employees schedules
api bycrypt crud flask jwt pylint python sqlalchemy
Last synced: 06 Dec 2024
https://github.com/isaacalves7/back-end
👷🏾 It's a repository of Back-end development and design.
api back-end backend client-server-architecture cluster crud dockerization graphql grpc mvc odm orm polling restful-api rpc soap webservice websockets
Last synced: 06 Dec 2024
https://github.com/isaacalves7/blog
📰 It's a repository of Blog projects.
blog blogs crud mvc-architecture oop
Last synced: 06 Dec 2024
https://github.com/isaacalves7/register-of-users-with-admin-panel
📋 Login and Register of Users with CRUD and Admin Panel (Dashboard).
admin-dashboard admin-panel crud ejs javascript login-system mongodb monolith mvc-architecture nginx nodejs pug restful-api
Last synced: 06 Dec 2024
https://github.com/horellana08/ejercicios-con-js
Repositorio de ejercicios prácticos con JavaScript, diseñado para fortalecer conocimientos en programación y lógica. Incluye ejemplos de manipulación de DOM, funciones, estructuras de control, arreglos y más. Ideal para quienes se inician en JavaScript o buscan mejorar sus habilidades.
Last synced: 13 Jan 2025
https://github.com/kelsonbatista/recipes-book-ruby-on-rails
Recipes Book in Ruby on Rails (basic CRUD)
crud crud-application ruby ruby-application ruby-on-rails
Last synced: 06 Dec 2024
https://github.com/kelsonbatista/project-node-express
Project Node Express with CRUD functions
crud express listen nodejs server statuscode
Last synced: 06 Dec 2024
https://github.com/vmeazevedo/api_restful_springboot_carros_simples
Design of a simple RESTful API using the Spring Boot framework.
crud crud-application java java-8 jpa jpa-persistence-applications spring spring-boot
Last synced: 20 Dec 2024
https://github.com/jedymatt/notemanager
A simple note management web app with CRUD implementation using Laravel 8 framework and Bootstrap 5 for styling
Last synced: 29 Dec 2024
https://github.com/injamul3798/task_manager_with_ci_integrations
The system supports additional features, including title and description fields for tasks, and it ensures a seamless experience with responsive design.
cicd continuous-integration crud django
Last synced: 14 Dec 2024
https://github.com/taranjeet/todo-app-frontend
A frontend application to demonstrate CRUD in react
Last synced: 06 Jan 2025
https://github.com/9eriksantos6/catalogodelivroscrud
CRUD de catálogo de livros com Node.js e Mysql
crud crud-application db express-js javascript mysql node nodejs server serverless
Last synced: 27 Jan 2025
https://github.com/estebanborai/simple-express-rest-crud-sample
☕ Simple REST application made with Express.js
crud expressjs javascript sample
Last synced: 27 Jan 2025
https://github.com/kingdarboja/crud-angulardart
Example CRUD project to getting started with AngularDart and compare with common Angular.
Last synced: 04 Dec 2024
https://github.com/pedro31415/crud-c
Este é um projeto de crud em C, proposto pela matéria de Linguagem de Programação do IFMA - Campus Imperatriz
Last synced: 06 Dec 2024
https://github.com/andresilvase/school-system
A simple CLI Application mocking a Student Management System using Go
cli cli-app client-server crud crud-api crud-application docker docker-compose docker-container docker-file docker-image go golang
Last synced: 21 Dec 2024
https://github.com/devansh-bhagania/book_management_api_backend
Welcome to the documentation for the Book Management API Backend. This API allows you to manage books in a library system.
authentication crud express jwt nodejs pagination search
Last synced: 06 Dec 2024
https://github.com/hexagon-dev/go-crud
First project on golang to learn its basics. Simple CRUD app.
Last synced: 06 Jan 2025
https://github.com/akhileshpandey0180/crud-php
This is a PHP-based CRUD (Create, Read, Update, Delete) application that allows users to manage records in a MySQL database.
Last synced: 06 Jan 2025
https://github.com/melagora/alojamientoscrud
Aplicación web simple que permita realizar operaciones CRUD en una base de datos MySQL utilizando PHP.
crud crud-application mysql mysql-database php
Last synced: 06 Jan 2025
https://github.com/amar21112/crud-employee-manager
This application is designed to manage employees efficiently using CRUD operations. Built with PHP and MySQL.
Last synced: 06 Jan 2025
https://github.com/smailnajim/crud-php-procedurale
🥷Ce projet implémente les opérations de base pour un CRUD (Créer, Lire, Mettre à jour, Supprimer) en PHP avec une base de données MySQL.
crud mysql-database mysql-server php
Last synced: 06 Jan 2025
https://github.com/shamaru001/nestjs-crud
Crud made with NestJS
crud mongo mongoose nest nestjs typescript
Last synced: 29 Dec 2024
https://github.com/shz-code/byte-records
Byte-Records a simple record keeping app with complete CRUD functionality.
crud crud-application css html javascript react react-hooks records todoapp
Last synced: 21 Jan 2025
https://github.com/peppapig13132/express-redis-crud
🌱 Simple Express.js server for Redis learners with CRUD operations
Last synced: 13 Dec 2024
https://github.com/khalilannbiya/bookshelf-app
Submission Dicoding at Belajar Membuat Front-End Web untuk Pemula class
bookshelf crud css html javascript
Last synced: 29 Dec 2024
https://github.com/kirandash/emprecordajax
Employee record built with AJAX and JavaScript with CRUD features.
Last synced: 21 Dec 2024
https://github.com/elis-vasconcelos/backend-rest-api-crud
REST API with a CRUD to control a table of users. It uses Express, ORM Prisma, SQLite and Tyscript.
backend crud expressjs prisma-orm rest-api
Last synced: 14 Dec 2024
https://github.com/adityasinghvats/express-app
An ExpressJS app with in-memory operations of CRUD , along with dockerfile and setup of Github actions to build an image and directly upload to my Docker Hub Repo
backend-api crud docker docker-image dockerhub expressjs githubactions-ci logger-middleware morgan winston-logger
Last synced: 13 Jan 2025
https://github.com/anthonylee1994/drawviva-frontend
DrawViva PWA with Next.js
crud nextjs react typescript webnotification webpush
Last synced: 29 Dec 2024
https://github.com/anthonylee1994/drawviva-backend
DrawViva Rails REST API
crud postgres rails rails7 rest-api ruby webnotification webpush
Last synced: 29 Dec 2024
https://github.com/mahonrim/crud-toys
CRUD de Toys hecho en Python y sqlite3 con interfaz grafica hecha en tkinter
crud python3 sqlite3 tkinter-gui
Last synced: 14 Dec 2024
https://github.com/mahonrim/sistemagestortransporte
Sistema que administra un sistema de gestion de transportistas que segun el tipo de usuario que ingrese son las actividades que podra realizar en el sistema hecho en Java Swing y SQL Server desarrollado por Mahonri Martinez
crud java-8 javase login sqlserver-2017 storedprocedures swing-gui
Last synced: 14 Dec 2024
https://github.com/mahonrim/emailsadddelete
This program helps you to add and delete emails with Python3 , Flask, sqlalchemy, html,jinja
add crud crud-application delete flask flask-application html5 jinja2 python3 show sqlalchemy update web
Last synced: 14 Dec 2024
https://github.com/mahonrim/crud-c-and-sqlserver
CRUD C#. It can actually read and show information. It uses stored procedures.
Last synced: 14 Dec 2024
https://github.com/mahonrim/crud-windows-forms-csharp
CRUD CSHARP con Oracle usando windows forms
connection crud csharp oracle stored-procedures windows-forms
Last synced: 14 Dec 2024
https://github.com/mahonrim/crud-usuarios
CRUD Hecho en python 3.7 y sqlite3
crud crud-application python3 sqlite3 tkinter-gui
Last synced: 14 Dec 2024
https://github.com/mahonrim/crudmvccamion
Crud hecho en c# asp.net mvc 2.0 con conección a SQL SERVER 2017. Utilizando modelos, vistas y controladores
asp-net-mvc crud csharp html mvc mvc-pattern sql-server web
Last synced: 14 Dec 2024
https://github.com/algifariz/alltan-notes
Aplikasi Notes/Catatan Berbasis Web Menggunakan Codeigniter 4
Last synced: 06 Dec 2024
https://github.com/tawsiftorabi/webprogramming
Course works and solutions for Web Programming Course
crud mysql php web-programming
Last synced: 27 Jan 2025
https://github.com/n0iire/unibookstore
Simple Laravel + Tailwind CSS CRUD Example
crud laravel laravel9 php php-framework simple-app simple-project tailwindcss
Last synced: 21 Dec 2024