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/cepr0/crud-sb-demo
A simple CRUD example with Spring MVC and Spring Data JPA
bootstrap crud h2-database pagination spring-boot spring-data-jpa spring-mvc thymeleaf
Last synced: 17 Nov 2024
https://github.com/alexismartinez1913/crud-java
MySQL connection with Java in the backend.
Last synced: 10 Nov 2024
https://github.com/andersonrezende/lembrador
Software básico para criar/editar/deletar/ver lembretes criados pelo usuário.
Last synced: 09 Nov 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/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: 12 Nov 2024
https://github.com/npateras/crud-api-with-nodejs-and-mvc
Engineered a MongoDB-backed CRUD API using Node.js within an MVC architecture.
api crud javascript js json mongodb mvc nodejs
Last synced: 10 Nov 2024
https://github.com/codertonychan/veewapcloud
angular1 crud intellij-idea tony websocket
Last synced: 10 Nov 2024
https://github.com/titikterang/php_simple_crud_helper
Simple database crud helper based on php
Last synced: 10 Nov 2024
https://github.com/joysarkarbd/simple-node-express-user-server
cors crud express javascript nodemon
Last synced: 12 Nov 2024
https://github.com/joysarkarbd/genius-car-mechanic-server
body-parser cors crud dotenv express javascript mongodb nodemon
Last synced: 12 Nov 2024
https://github.com/joysarkarbd/dream-bicycle-server-side
body-parser cors crud dotenv express javascript mongodb nodemon
Last synced: 12 Nov 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/rafaelblum/livewire-v3-crud-uploading
Este é um projeto de desenvolvimento de CRUD, Uploading de imagens, bibliotecas front-end e backend, afim de desenvolver mais a nova versão do Livewire 3.0.
chartjs crud flowbite graficos laravel layouts livewire tailwindcss upload-images
Last synced: 10 Nov 2024
https://github.com/bilalhameed248/django-research-and-development
Django Research and Development, Crud, Admin Panel, Social Authentication, Database Etc
command crud crud-application database django django-application django-rest-framework migration social-login
Last synced: 15 Nov 2024
https://github.com/isherezahin/laravel-vue-crud
This project is a CRUD (Create, Read, Update, Delete) application built using Laravel 10 and Vue.js with Vite, enabling users to manage student records efficiently.
Last synced: 12 Nov 2024
https://github.com/hosanabarcelos/crud-laravel
CRUD made in Laravel to generate texts for studies with the framework.
Last synced: 12 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/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: 14 Nov 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: 14 Nov 2024
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: 14 Nov 2024
https://github.com/michaljalowik/node_boila
Node boilerplate app
ci crud docker docker-compose jest nestjs psql swagger typeorm
Last synced: 10 Nov 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: 14 Nov 2024
https://github.com/esquiafo/astro-solid
Astro and Solid
astro astrojs crud fetch fetch-api get graphql graphql-client http solid solidjs strapi strapi-cms strapi-plugin typescript
Last synced: 12 Nov 2024
https://github.com/vitor-msp/crud-csharp
CRUD básica desenvolvida em C# para cadastro de cliente em banco de dados SQL Server.
ado-dotnet crud csharp sql sql-server
Last synced: 10 Nov 2024
https://github.com/jsamuelap/crud-ligamx
CRUD para gestionar equipos de la Liga BBVA MX, utilizando una api local falsa.
api-rest crud font-awesome football javascript json-server mexico tailwindcss
Last synced: 10 Nov 2024
https://github.com/jsamuelap/administrador-asignaturas
CRUD para administrar materias escolares con JavaScript
bootstrap crud javascript localstorage school
Last synced: 10 Nov 2024
https://github.com/t0malexander/nestjs-alura
API RESTful com operações básicas CRUD usando Nest.js, Typescript, SOLID e Design Patterns
api-restful crud design-patterns nestjs solid typescript
Last synced: 05 Nov 2024
https://github.com/jcoderpaul/jdbc_practice
Examples of work with JDBC. DAO, CRUD concept. Simple SQL and Prepared Statement queries. Description in doc folder. Section cheat sheet. For memory!
crud dao-design-pattern java jdbc postgresql sql-queries
Last synced: 10 Nov 2024
https://github.com/riatabduramani/laravel54angularjs
This is a sample code for CRUD in Angularjs and Laravel 5.4
Last synced: 11 Nov 2024
https://github.com/lintangwisesa/nodejs_http_server_crud
A simple Node.JS HTTP CRUD API server using HTTP module
Last synced: 11 Nov 2024
https://github.com/danpoynor/python-book-database
Exercise creating an SQL database including model creation and CRUD using SQLAlchemy
console-app crud demo-app python sqlalchemy-orm
Last synced: 16 Nov 2024
https://github.com/sanafagal/book-manager-api
A FastAPI-based CRUD application for managing authors, supporting JSON and XML formats, with MongoDB Atlas integration for data storage.
crud fastapi mongo-atlas pyhton xml
Last synced: 11 Nov 2024
https://github.com/diegoangel/flydev-firebase-crud
Simple serverless CRUD project using Firebase
Last synced: 17 Nov 2024
https://github.com/pj8912/flask-crud
Basic python flask crud application with mysql
crud crud-application flask flask-application flask-crud mysql mysql-connector python3
Last synced: 12 Nov 2024
https://github.com/nikitaahuja9/to-do
A responsive MERN Stack Personal Planner Application for managing everyday tasks.
bootstrap crud css express html javascript mern-stack mongodb node postman react rest-api sass
Last synced: 11 Nov 2024
https://github.com/vbsantos/csharp-notes-api
REST API made with .NET C# for taking and organizing Notes
api crud csharp docker docker-compose dotnet-core mongodb nosql oop rest swagger
Last synced: 11 Nov 2024
https://github.com/faiyazkhan024/crud
CRUD is a collection of projects. This projects are written in different Programming Languages / Framework. Each project demonstrate the CRUD operation using different available method.
angular crud expressjs gatsbyjs javascript nextjs nodejs reactjs typescript
Last synced: 11 Nov 2024
https://github.com/felipeg-almeida/labecommerce-backend
Este é o projeto LabeCommerce, uma aplicação web de e-commerce desenvolvida como parte do projeto final do curso de Desenvolvimento Full Stack da Labenu, unicamente para fins didáticos.
api backend crud endpoints express typescript
Last synced: 11 Nov 2024
https://github.com/felipeg-almeida/labeddit-backend
Este é o backend do projeto Labeddit, uma rede social inspirada no reddit. Desenvolvido como parte do projeto final do curso de Desenvolvimento Full Stack da Labenu, unicamente para fins didáticos.
api backend crud express jest knex layered-architecture nodejs poo sqlite typescript unit-testing
Last synced: 11 Nov 2024
https://github.com/felipeg-almeida/projeto-labook-backend
Este é o projeto Labook, uma rede social com o objetivo de promover a conexão e interação entre pessoas. Desenvolvido como parte do projeto final do curso de Desenvolvimento Full Stack da Labenu, unicamente para fins didáticos.
api backend crud express knex layered-architecture nodejs poo sql sqlite typescript uuid
Last synced: 11 Nov 2024
https://github.com/alexgalhardo/adonisjs.alexgalhardo.com
A simple full stack application for me learn and improve my skills in AdonisJS 6 framework
adonis adonis-framework adonis6 adonisjs authentication crud full-stack-web-development mvc mvc-architecture pm2 postgresql tailwindcss typescript
Last synced: 11 Nov 2024
https://github.com/nirmit27/flask-api
Learning API development with Flask.
api api-rest crud crud-application flask mongodb mongodb-atlas pymongo python python3 thunder-client vercel vercel-deployment
Last synced: 11 Nov 2024
https://github.com/nirmit27/learning-node-js
Learning Node.js ... one step at a time. 🙃
crud database expressjs mysql nodejs tailwindcss
Last synced: 11 Nov 2024
https://github.com/gabrielrabreu/angular-dotnet-translation
Translate with Angular
angular bootstrap-modal crud ngx-translate translation
Last synced: 17 Nov 2024
https://github.com/kevinadhiguna/yomunication
Yomunication is a web application that allows you to create, read, update, and delete articles.
article blog crud crud-application expressjs mongodb nodejs rest-api
Last synced: 12 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/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/gabrielrabreu/dotnet-apis-razorpages
Book Crud using Razor Pages in .NET
crud dotnet efcore razor-pages
Last synced: 17 Nov 2024
https://github.com/lev4and/onlinerecruitingplatform
Платформа онлайн-найма на DevExtreme ASP.NET Core
ajax asp-net-core-mvc asp-net-core-web-api bootstrap crud csharp css devextreme entity-framework-core fias git html http-client javascript jquery mssql rest-api scss xunit xunit-tests
Last synced: 11 Nov 2024
https://github.com/lev4and/fiasapi
API для разработчиков, предназначенный для предоставления адресной информации из базы данных ФИАС (только 74 регион (Челябинская область)) на ASP.NET Core API
asp-net-core-api crud csharp entity-framework-core fias-database http-client mssql rest-api xunit
Last synced: 11 Nov 2024
https://github.com/lev4and/astronomytesting
Программа, предназначенная для тестирования студентов по астрономии на WPF
asp-net-core-api crud csharp entity-framework-core git http-client material-design mvvm rest-api wpf
Last synced: 11 Nov 2024
https://github.com/tom-weatherhead/thaw-mongodb-web-service
A REST Web service that provides CRUD access to MongoDB databases.
crud mongodb nodejs rest-api typescript web-service
Last synced: 17 Nov 2024
https://github.com/dbsduy/learn-blazor-ecommerce-app
This repository contains a Blazor application showcasing CRUD (Create, Read, Update, Delete) operations with user authorization and data persistence using localStorage.
blazor-webassembly crud example learning
Last synced: 15 Nov 2024
https://github.com/yehonatal/rmiwithdatabase
A simple application that performs the basic CRUD operations to a normal user registration form coupled with the basics of RMI to have remote access to the functionalities of the application from a remote or local device.
Last synced: 11 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/e19166/simulator
A event management simulator that integrates a PostgreSQL database with a Go backend. This application allows users to create and manage event records via HTTP endpoints. The project uses Gorilla Mux for routing, and the database operations are handled with Go's database/sql package and the PostgreSQL driver.
backend crud database database-migrations gin gin-gonic go golang http postgresql postgresql-driver postman programming project-management routing
Last synced: 11 Nov 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/danukarangith/python-tkinter-crud-application
A simple user management system built with Python, Tkinter, and MySQL, providing basic CRUD operations to manage user data. Ideal for learning how to integrate a GUI with a database.
Last synced: 14 Nov 2024
https://github.com/strawhat19/creative-workshop
Creative Workshop is a dashboard for tracking orders through Trello Boards, Lists, Cards API and having it be connected directly and programmatically to the Client which communicates back to the TypeForm API to create new orders.
api crud tickets trello typeform
Last synced: 15 Nov 2024
https://github.com/alonach/heroprojectnode
Project of Node advanced course in BC with building REST server
Last synced: 16 Nov 2024
https://github.com/thegeorgenikhil/grpc-go-expense-manager-crud
This a simple CRUD application using gRPC and Go, where you can create, read, update and delete expenses.
Last synced: 11 Nov 2024
https://github.com/percivalyan/library-crud-php
Web Library CRUD with HTML, CSS, JS and Native PHP
Last synced: 11 Nov 2024
https://github.com/keyur121141/graphql-crud-using-nodejs-and-mongodb
Create Simple Crud Using GraphQL Server With NodeJs And MongoDB
api create crud crud-api crud-application delete graphql graphql-server mongodb nodejs read update
Last synced: 12 Nov 2024
https://github.com/kuestenflunder/grade-submission
Explore this Spring Boot project illustrating an intuitive grade submission system. Crafted during a recent course, it showcases a seamless integration of Thymeleaf frontend & Spring backend, demonstrating a solid foundation in modern web application development. Ideal to grasp the Spring Boot fundamentals effectively.
crud datahandling spring-boot thymeleaf
Last synced: 11 Nov 2024
https://github.com/lalathealter/artkeeper
a CRUD app in golang dedicated to saving links to various resources (no frameworks used); [WARNING: FAR FROM FINISHED AND NO REASONABLE ERROR MESSAGES (yet)]
crud framework-less go golang golang-api golang-server psql rest sql
Last synced: 11 Nov 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/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/sumaiyabanu15/crud
This Project is based on CRUD Operations.
Last synced: 11 Nov 2024
https://github.com/karlangaxz/crud
This is a simple CRUD (Create, Read, Update, Delete) web application using HTML, CSS, JavaScript, and Bootstrap. The application allows users to input, display, update, and delete user data such as email, name, and phone number. The data is stored in the browser's localStorage.
bootstrap5 crud crud-application css html html-css-javascript javascript js
Last synced: 15 Nov 2024
https://github.com/josephgodwinkimani/nestjsx-crud-starter
@nestjsx/crud starter repository for RESTful APIs running on Fastify
boilerplate crud fastify nestjs nestjsx-crud restful-api starter-template typeorm
Last synced: 11 Nov 2024
https://github.com/anitatess/music-website
website on which you can add, delete, view and edit music data created with: C#, .NET, SQLite, JavaScript, HTML
c-sharp crud dot-net dot-net-core html javascript music sqlite sqlite-database
Last synced: 12 Oct 2024
https://github.com/febrianto752/mcc79-employee-app
Aplikasi berbasis console yang merupakan implementasi basic OOP dan Authentication menggunakan bahasa pemrograman C#
Last synced: 12 Oct 2024
https://github.com/gowthamselvaraj123/teacherportal
The Teacher's Portal allows teachers to securely log in, manage student details and grades, and perform CRUD operations through user-friendly popup forms, streamlining data management and enhancing efficiency.
crud laravel login-system starterkit
Last synced: 11 Oct 2024
https://github.com/12pavani/inventory_management_project
An efficient Inventory Management App built with FastAPI for the backend and React.js for the frontend. This application provides users with a seamless interface to manage inventory, featuring real-time updates, intuitive CRUD operations, and streamlined navigation.
crud fastapi inventory-management reactjs real-time web-development
Last synced: 31 Oct 2024
https://github.com/bineet-ratna-shakya/hellswok-food-data-manager
HellsWok Food Data Manager using Data Structures & Algorithms
binary-search crud data-structures java mergesort
Last synced: 11 Nov 2024
https://github.com/mar-alv/ignite-contact-list-python
1st Python challenge of Ignite, Rocketseat's programming course, a console application to save, edit, delete and favorite your contacts
Last synced: 12 Nov 2024
https://github.com/deepanagarjan/to-do-react-task
TO-DO task
crud css3 html5 javascript jsx reactjs
Last synced: 16 Nov 2024
https://github.com/leylahosseini/boilerplate-echo-gorm-postgres
Boilerplate Echo Gorm Postgres
crud crud-operation echo echo-framework gorm postgres
Last synced: 12 Nov 2024
https://github.com/andreyrvs/04-v2-todo-list
v2 - Lista de tarefas com CRUD
Last synced: 16 Nov 2024
https://github.com/ryanrahman26/php-ajax
Aplikasi PHP CRUD dengan AJAX & PDO
Last synced: 11 Nov 2024
https://github.com/arsath-eng/todo-next.js
A modern, full-stack Todo application built with Next.js 14, MongoDB, and TailwindCSS featuring real-time updates and a responsive design. 📱✨
crud mongodb nextjs state-management tailwindcss todoapp typescript
Last synced: 12 Nov 2024
https://github.com/linggarm/sistem-uji-kir-dinhub-banjarnegara
Sistem Pendaftaran Uji KIR (Kelayakan Kendaraan) Dinas Perhubungan Kabupaten Banjarnegara merupakan sebuah project yang dibuat untuk kepentingan PKL (Praktik Kerja Lapangan) pada tahun 2020
bootstrap bootstrap4 crud css divi html javascript mysql php pkl sbadmin sbadmin2 software-development wordpress
Last synced: 11 Nov 2024
https://github.com/sidavd/rest_api_project
A database manging RESTapi
asp-net-core crud csharp dto entity-framework-core http-requests mysql-database rest-api
Last synced: 14 Nov 2024