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-15 00:06:42 UTC
- JSON Representation
https://github.com/kushalobroy/adavanced_laravel_crud
You may create, update, and delete items in this advanced Laravel crate. It features a category list for adding products, and you can edit the product using a rest API and add new categories that match to their parent categories.
blade bootstrap5 crud html5 laravel mysql-database xampp-server
Last synced: 24 Dec 2024
https://github.com/rir7890/blog_website_using_laravel
The Blog Web Application is a dynamic platform that enables users to create, read, update, and delete blog posts. Built using Laravel, a robust PHP framework, this application provides a seamless and user-friendly experience for bloggers and readers alike.
bootstrap5 composer crud css html laravel laravel11x mysql php
Last synced: 10 Oct 2024
https://github.com/joel-rodrigues404/pystackweek-8.0
Projeto do canal (Pythonando) um CRUD completo em django, infelizmente não foi finalizado
Last synced: 28 Dec 2024
https://github.com/mittal-parth/gsdc-nitk-crud-api
A Django based CRUD API using GraphQL to manage employees in an organization.
api crud django graphene-django graphql
Last synced: 21 Dec 2024
https://github.com/robertjgabriel/cd-management-system-php
Showing how to use crud using symfony
college-project composer crud doctrine-orm php swiftmailer symfony symfony-application symfony-page twig
Last synced: 13 Jan 2025
https://github.com/johnntirintis/meta-backend-software-development-course
Comprehensive collection of projects, assignments, and code snippets from the Backend Software Development course by Meta. Covers a broad spectrum of technologies and frameworks in backend development, including REST APIs, databases, and server management.
api backend backend-software-development crud django drf meta oop python rest rest-api
Last synced: 13 Jan 2025
https://github.com/codemage66/php-crud-api
PHP script that adds a REST API to a SQL database
api-server automatic-api crud database geospatial multi-database mysql openapi php php-api postgis postgresql rest-api restful sql-database sqlite sqlserver swagger
Last synced: 19 Nov 2024
https://github.com/amruthlp12/com.inventorymanagementsystem-
The Inventory Management System (IMS) is a Java-based application that helps businesses manage their inventory, including products, stock levels, and orders. This system allows for efficient tracking and management of inventory, ensuring smooth operations and preventing stockouts or overstocking.
backend crud database-management inventory-control inventory-management inventory-management-software inventory-management-system inventory-reports inventory-software inventory-system inventory-tracking java java-application java-development mvc mysql order-processing sql stock-tracking
Last synced: 16 Nov 2024
https://github.com/ullenius/book-api-js
Book Database API web app
crud es6 javascript vanilla-javascript
Last synced: 31 Dec 2024
https://github.com/blindsweatyhansolo/thought-spot
Faux social media back-end Node based application for performing CRUD functions on users, thoughts and reactions to thoughts, like those found on many current social media platforms
crud expressjs javascript luxon mongodb mongoose nodejs
Last synced: 06 Jan 2025
https://github.com/pedroka-dev/demaria-x-company
CRUD para registro de Produtos, Clientes e Veda e Visualização de Relatórios utilizando Winforms do C# .NET e ReportViewer. Se conecta com um banco Postgres16 através do Entity Framework e NPGSQL. Parte do processo seletivo para Desenvolvedor Pleno C# da empresa DeMaria
crud csharp dotnet entityframework orm reportviewer winforms
Last synced: 13 Oct 2024
https://github.com/leolanese/angular-restapi-rxjs-material
Angular 9 + REST API + RxJS Observables and UI Material CRUD examples
angular angular-material crud css rest-api rxjs
Last synced: 13 Jan 2025
https://github.com/techsolutionstuff/node.js-express-crud-example-with-mysql
we will perform a 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 crud-operation crud-operation-expressjs express-js mysql mysql-database node-js nodejs
Last synced: 29 Nov 2024
https://github.com/techsolutionstuff/rest-api-with-passport-authentication-in-laravel-9
In this article, we will see REST API with passport authentication in laravel 9. Also, we will perform CRUD operations with laravel 9 REST API. REST API is an application program interface that uses HTTP requests to GET, PUT, POST, and DELETE data.
crud crud-operation laravel laravel-9 laravel-passport passport php postman rest rest-api restful-api
Last synced: 29 Nov 2024
https://github.com/techsolutionstuff/role-and-permission-in-laravel-9-tutorial
In this article, we will see role and permission in the laravel 9 tutorial. here we will see the laravel 9 user role and permission.
crud crud-application crud-operation laravel laravel-9 permissions php role role-and-permission spatie spatie-laravel-permission
Last synced: 29 Nov 2024
https://github.com/techsolutionstuff/laravel-8-rest-api-authentication-using-passport
we will see laravel 8 REST API authentication using passport. Also, perform CRUD operation with laravel 8 REST API. In this tutorial I will give you information about REST API, REST API is an application program interface that uses HTTP requests to GET, PUT, POST, and DELETE data.
authentication crud crud-application laravel laravel8 passport rest-api restful-api
Last synced: 29 Nov 2024
https://github.com/techsolutionstuff/how-to-create-laravel-9-with-vue-js-crud-operation
we will see how to create laravel 9 with vue js crud operation. Here, we will learn to create crud operation in laravel 9 vue JS.
crud crud-operation laravel laravel-9-crud-operation laravel-vue-crud laravel9 mysql-database vue vue-3-crud vue-js-crud vuejs
Last synced: 29 Nov 2024
https://github.com/solov1113/spring-thymeleaf-sample
About Build Spring Boot Thymeleaf example - CRUD application with Maven, Bootstrap, Spring Data JPA, Web MVC
bootstrap bootstrap4 crud spring spring-boot spring-data-jpa springmvc thymeleaf thymeleaf-template-engine
Last synced: 17 Nov 2024
https://github.com/joacosnchz/crudgenerator
Symfony 2 Bundle for create retrieve update and delete modules automatically based on entity specification
abm crud crud-generator php symfony-bundle symfony2
Last synced: 22 Nov 2024
https://github.com/ceciliacode/monomap
This project involves creating a scalable, CRUD REST API to manage Monkeypox cases in Mexico using Node.js, TypeScript, and MongoDB. Includes email notifications with Mapbox integration, and a cron job to check for new cases every 10 seconds. The API is containerized with Docker and uses GitHub Actions for automated Docker image building.
api api-rest cron-jobs cronjob-scheduler crud docker docker-compose docker-hub docker-image dockerfile github github-actions mongodb monkeypox monkeypoxtracker node-js secret-management typescript
Last synced: 17 Dec 2024
https://github.com/secretpray/minimal_crud_hotwire
Hotwire minimal CRUD
broadcast crud hotwire hotwire-turbo rails ruby ruby-on-rails turbo
Last synced: 18 Dec 2024
https://github.com/isaac-lal/todo-list
This is a todo list that runs locally on the website and tracks tasks with CRUD functionality.
crud javascript react web-development
Last synced: 14 Dec 2024
https://github.com/oybekkayumov/acode-spring
Spring Boot 3
crud docker mvc postgresql postman spring-boot
Last synced: 06 Jan 2025
https://github.com/mohamed-mamdouh41199/node.js-crud-app
This is simple Node.js CRUD app for Product management system , using express.js for API handling with Mongo DB
api api-handling crud express-validator expressjs javascript mongodb mongoose nodejs nodemon
Last synced: 13 Jan 2025
https://github.com/gravio-la/crud-jsonforms
A semantic enabled JSONForms library to create CRUD forms out of JSON Schema
crud jsonforms jsonld jsonschema react
Last synced: 28 Nov 2024
https://github.com/arxcode40/ci3app
Simple CRUD with CodeIgniter 3
codeigniter codeigniter3 crud crud-app
Last synced: 14 Dec 2024
https://github.com/vilhalva/crud-de-postagens-com-nodejs-e-postgresql
👨🏫APP BÁSICO DE POSTAGENS (CRUD) COMO O INSTAGRAM (SOMENTE TEXTO) COM O NODEJS E POSTGRESQL.
crud database expressjs framework handlebars javascript nodejs postgresql projeto site
Last synced: 28 Nov 2024
https://github.com/aniketpatidar/code-challenges
Test your knowledge with code challenges based on real-world technical problems. A Full-Stack Web Application with React and Ruby on Rails.
code-challenges crud fullstack-development react ruby ruby-on-rails user-authentication
Last synced: 20 Dec 2024
https://github.com/raharrison/spring-boot-crud-api
The simplest CRUD API with Spring Boot
api crud easy liquibase rest-api simple spring spring-boot
Last synced: 28 Nov 2024
https://github.com/diogosouza/sortable-js-app
Creating Reordable Lists with SortableJS and React
crud logrocket react sortablejs
Last synced: 29 Nov 2024
https://github.com/edinsonrequena/react-contact-book
A simple contact book build in react
crud react reactjs software-architecture software-engineering
Last synced: 29 Nov 2024
https://github.com/noejunior792/api-laravel
This is an API project developed with the Laravel framework. It was created for the purpose of studying and practicing the concepts of RESTful API development using Laravel.
api api-laravel api-restful authentication crud laravel php
Last synced: 13 Jan 2025
https://github.com/kishyassin/crud-using-text-files-in-c
CRUD operations using just text files in C/CPP >>>> build my mini SGBD from scratch :)
Last synced: 13 Jan 2025
https://github.com/cletsymedia/admin_dashboard
This is a must to do project in fulfilment of ALX_SE
auth authentication bcrypt crud middleware mongodb mongodb-database nextjs reactjs tailwindcss tailwindcss-plugin
Last synced: 21 Dec 2024
https://github.com/lucasfeliciano02/library-crud-gui
Livraria pessoal que contém uma gui em tkinter e um banco de dados SQlite com crud. Foi desenvolvido para a pessoa ter uma melhor gestão de seus livros
crud python sqlite tkinter-gui
Last synced: 13 Jan 2025
https://github.com/majid-razzaq/laravel-11-crud-ajax
I created a simple CRUD application using AJAX for smooth operations and efficient data handling.
ajax ajax-form crud crud-ajax error-handling form form-validation laravel-ajax laravel-ajax-crud laravel-crud laravel11 mysql
Last synced: 29 Nov 2024
https://github.com/josemartinezrdev/surveymanager
Survey Manager
crud hexagonal-architecture java maven mysql vertical-slice-architecture
Last synced: 16 Nov 2024
https://github.com/tmtocb/crud-chatup_rails_devise_bulma
simple crud-app based on Twitter with Rails 6, Bulma for CSS, devise for authentication, CRUD actions with simple_form, gravatars and font-awesome icons on top. Postgresql as database.
bulma crud devise font-awesome gravatar postgresql rails rails6
Last synced: 07 Dec 2024
https://github.com/getrighhttt/roomdatabaselogineventhandling
Basic CRUD example of ROOM.
android coroutines crud event eventhandling livedata mvvm recyclerview recyclerview-animation
Last synced: 14 Dec 2024
https://github.com/getrighhttt/tasks-crud
Save task in a recycler view, and use CRUD functionality to update, delete, or save them!
android coroutines crud crud-application livedata mvvm navigation-component room-database viewmodel
Last synced: 14 Dec 2024
https://github.com/ritobrotomukherjee/forum-app
It's a MERN stack fully responsive forum application with JWT authentication. Simple but beautifully desined full-stack app. Followed Git flow.
api-rest crud forum-site jwt-authentication mern mern-stack microservices mongodb-atlas mongoose responsive-web-design
Last synced: 06 Jan 2025
https://github.com/brunin12/siteflask
Site com Flask incluindo catálogo de filmes, diário de professor, cadastro de frutas e mais. Ótimo para aprender desenvolvimento web dinâmico em Python.
api crud flask python site themoviedb
Last synced: 06 Dec 2024
https://github.com/agungsugiarto/laravel-ajax-crud
Program sederhana Ajax Crud dengan Laravel 5.8.
Last synced: 06 Dec 2024
https://github.com/m-mdy-m/crud-mongodb
A simple note-keeping web app with CRUD operations, built on Express.js and MongoDB, using EJS templating.
crud crud-application database express javascript mongodb mongodb-database nodejs
Last synced: 14 Dec 2024
https://github.com/sbthdr/greldapp
Employee list management system using Laravel and Vue.
Last synced: 06 Jan 2025
https://github.com/judahpaul16/flask-crud
A Basic CRUD Flask App with SQLAlchemy and SQLite
crud flask sqlalchemy template
Last synced: 11 Jan 2025
https://github.com/sankamuk/simplypythoncrudtool
Simple Flask Crud UI
crud crud-application database flask python webapplication
Last synced: 21 Dec 2024
https://github.com/codenoid/jihantoro-cr-mysql
An repo for jihantoro.net article
Last synced: 08 Dec 2024
https://github.com/gowthamand/cakephp-login-register-crud
CakePHP: Add, Edit, Delete, View , Login , Register, Ajax , JSON , Jquery Demo, CakePHP CRUD, CodeIgniter Boilerplatelogin
Last synced: 06 Jan 2025
https://github.com/dacurse/note-app
An API for a note taking app.
crud express javascript nodejs prisma
Last synced: 29 Dec 2024
https://github.com/mahonrim/superheroescrud
Programa CRUD de superheroes hecho en csharp con windows forms y sql server
crud csharp net sqlserver-2017 windows-forms
Last synced: 14 Dec 2024
https://github.com/molaux/mui-app-boilerplate
A ready to use base MUI application / GraphQL API
api apollo apollo-client apollo-server browser-extension crud graphql jest material-ui mysql-workbench react sequelize
Last synced: 06 Dec 2024
https://github.com/mvaibhav131/myblogsapp
creatin blogs using MERN
backend blog blogs-app crud crud-application expressjs frontend javascript mongodb mongoose nodejs reactjs redux scss styled-components
Last synced: 14 Jan 2025
https://github.com/oshkoshbagoshh/mern-ecommerce-site
MERN Stack eCommerce Site
crud mern-stack mvc-architecture react-redux rest-api
Last synced: 06 Dec 2024
https://github.com/dmytrodemianchuk/crud-music
simple crud app
crud docker docker-compose golang sql
Last synced: 13 Jan 2025
https://github.com/billyfrcs/bookmanagementsystem
Book Management System Web Application.
ci4 codeigniter codeigniter4 crud css framework html javascript laravel model-view-controller mvc php system tailwindcss web-development webpack website
Last synced: 06 Dec 2024
https://github.com/barata-ribeiro/barataribeiro_blog
My blog for annotations and little 'hacks' that I found helpful in my programming journey.
api blog crud ejs ejs-express ejscript expressjs jwt mongodb mongoose node nodejs typescript
Last synced: 23 Nov 2024
https://github.com/kedarkk1/advanced-to-do-list-app-using-antd
Made this To-do list app using DRF and Reactjs, AntD. Functionalities - CRUD, Filter, Sorting, Pagination, Loader, Responsive(mobile-friendly).
antd antdesign crud drf filter filtering loader pagination react-router-dom reactjs responsive-web-design search search-algorithm sort sorting
Last synced: 29 Dec 2024
https://github.com/itzshoaib/nestjs-boilerplate
A NestJS Boilerplate project with Mongoose, Passport, JWT, Docker, SwaggerAPI.
crud docker mongodb mongoose nestjs nestjs-backend nestjs-boilerplate nestjs-crud nestjs-dockerized nestjs-mongoose nestjs-starter-template nestjs-swagger swagger
Last synced: 29 Dec 2024
https://github.com/rakhmadi/simple-express-crud-aisotop-css
Simple crud with express js
aisotop crud express mongodb nodejs upload-file
Last synced: 09 Dec 2024
https://github.com/pierrekieffer/pymongobox
Provides a set of tools to operate on mongodb
change-streams crud mongodb mongodb-streaming-service oplog oplog-tailing streaming
Last synced: 13 Dec 2024
https://github.com/juliencrn/diesel_demo
Getting started making a CRUD with Diesel ORM and PostgreSQL, written in Rust
crud diesel postgresql rest-api rust
Last synced: 13 Dec 2024
https://github.com/mipmipp/localstack-ts-api-gateway-lambda-dynamodb-crud-example
A serverless CRUD API example built with TypeScript, using API Gateway, Lambda, and DynamoDB, all simulated locally with LocalStack for efficient development and testing.
api-gateway bash cicd crud database-seeding docker docker-compose dynamodb dynamoose example jest lambda localstack script supertest typescript windows
Last synced: 29 Oct 2024
https://github.com/topfullstack/bootstrap-vue-toolkit
Add some useful tools for https://github.com/bootstrap-vue/bootstrap-vue
admin-dashboard bootstrap4 crud dashboard formbuilder select2 vue
Last synced: 01 Jan 2025
https://github.com/benevanio/constrole_de_gastos
Controle Financeiro
bootstrap4 crud crud-application html-css-javascript javascript javascript-library localstorage
Last synced: 29 Nov 2024
https://github.com/luisnquin/django-crud-mysql-sass
CRUD with MySQL, Django and Sass.
Last synced: 20 Dec 2024
https://github.com/01barthez/express-js-started
Ce projet est un template de démarrage pour des applications backend développées avec Express.js et TypeScript. Il est conçu pour simplifier le démarrage rapide de nouveaux projets en intégrant un ensemble d'outils essentiels pour le développement professionnel
api-rest bcrypt cronjob-scheduler crud docker eslint express-js jwt mongodb prettier prisma-orm swagger typescript
Last synced: 14 Dec 2024
https://github.com/farab-hussain/dashboard
The React Admin Dashboard is a powerful tool designed for real-time data management, featuring interactive charts, event organization, and a Kanban task management system. Built with the Refine Framework, it offers full CRM functionality, ensuring a seamless user experience and efficient operations for businesses.
admin-dashboard admin-ui ant-design anti-design codegen crud developer-tools frontend-framework good-first-issues graphql hacktoberfest internal-tools javascript low-code open-source-project react react-hooks refine typescript vite
Last synced: 20 Dec 2024
https://github.com/codermungan/nodejs-crud-social-app
nodejs crud social web app
crud expressjs middleware nodejs nodejs-express nodejs-mongodb
Last synced: 07 Jan 2025
https://github.com/vilhalva/crud-python-em-postgresql
🎈GERENCIE O NOME E IDADE DOS USUÁRIOS NO DATABASE POSTGRESQL.
aplicativo codigo crud database postgresql python terminal
Last synced: 29 Dec 2024
https://github.com/vilhalva/crud-telegram-em-mysql
🤤ESSE É UM BOT DO TELEGRAM DE CRUD EM MYSQL!
bot crud database framework mysql projeto python python-telegram-bot redes-sociais telegram
Last synced: 29 Dec 2024
https://github.com/vilhalva/crud-python-em-txt
👨🏫PROJETO CRIADO PARA O CURSO DE PYTHON DO CURSO EM VIDEO.
aplicativo codigo crud curso-em-video database projeto python terminal txt
Last synced: 29 Dec 2024
https://github.com/sammymwangangi/crms
Customer Interaction Recording System.
crud customer-management laravel56 php71
Last synced: 21 Dec 2024
https://github.com/vilhalva/crud-telegram-em-sqlite
🤤ESSE É UM BOT DO TELEGRAM DE CRUD EM SQLITE!
bot crud database framework projeto python python-telegram-bot redes-sociais sqlite telegram
Last synced: 29 Dec 2024
https://github.com/vilhalva/crud-telegram-em-json
🤤ESSE É UM BOT DO TELEGRAM DE CRUD EM JSON!
bot crud database framework json projeto python python-telegram-bot redes-sociais telegram
Last synced: 29 Dec 2024
https://github.com/vilhalva/crud-telegram-em-mongodb
🤤ESSE É UM BOT DO TELEGRAM DE CRUD EM MONGODB!
bot crud database framework mongodb projeto python python-telegram-bot redes-sociais telegram
Last synced: 29 Dec 2024
https://github.com/vilhalva/crud-de-multimidias-bot-em-postgresql
🤤ESSE É UM BOT DO TELEGRAM DE CRUD DE MULTIMIDIAS EM POSTGRESQL!
bot crud database framework postgresql projeto python redes-sociais telebot telegram
Last synced: 29 Dec 2024
https://github.com/vilhalva/app-de-lista-telefonica
👨🏫PROJETO CRIADO PARA O CURSO DE ANDROID STUDIO EM KOTLIN.
android android-studio aplicativo crud curse database gui kotlin projeto xml
Last synced: 29 Dec 2024
https://github.com/vilhalva/moments-com-angular
👨🏫PROJETO CRIADO PARA O CURSO DE ANGULAR.
adonisjs angular api-rest crud css curse database framework html javascript json-server nodejs site typescript
Last synced: 29 Dec 2024
https://github.com/vilhalva/loja-de-produtos
👨🏫PROJETO CRIADO PARA O CURSO DE LARAVEL.
cart chartjs crud database formulario framework laravel materializecss mysql php projeto site
Last synced: 29 Dec 2024
https://github.com/matiascarabella/formula1-driver-api
CRUD API of F1 drivers that showcases the use of Spring Boot, MySQL & Docker as its main technologies. 🏎️
api crud crud-api f1 formula1 java rest restful-api spring-boot
Last synced: 28 Dec 2024
https://github.com/madeehawaqas04/tailwind_mern_blog_main
mern-blog-tailwind
authentication authorization authtoken crud firebase forget-password login mern mongodb otp-generator otp-verification redux-toolkit rolebasedauthrorization signup tailwindcss
Last synced: 21 Dec 2024
https://github.com/nicolaiarocci/boxroom
Boxroom aims at making CRUD operations very boring across all kinds of backends
crud mongodb netframework netstandard redis rest webapi
Last synced: 21 Dec 2024