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/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: 18 Dec 2024
https://github.com/daviqzr/janeladecontatos
Crie uma aplicação para mostrar uma agenda de contatos, semelhante a esta em anexo, utilizando o posicionamento por pixel através do método relocate(double x, double y) existente nos elementos gráficos.
crud fatec-zona-leste java javafx
Last synced: 31 Dec 2024
https://github.com/rickreisme/contactmvc
Uma aplicação web ASP.NET Core MVC que aplica operações CRUD em um sistema de cadastro, listagem, edição e remoção de contatos. Foi utilizado o .NET 8 no Visual Studio 2022 e o PostgreSQL como banco de dados para armazenamento dos contatos. Esse é um projeto básico que foi feito como parte dos meus estudos de C# e .NET.
asp-net-core asp-net-mvc contact-list crud crud-application csharp docker docker-compose dotnet postgresql rickreis rickreisme
Last synced: 13 Nov 2024
https://github.com/imtiajahammad/crudwithpaging
Its a simple MVC CRUD with model called Employee along with paging in the list view.
asp-net asp-net-mvc crud csharp mvc-framework pagedlist pagedlistmvc paging-library
Last synced: 16 Nov 2024
https://github.com/lycan-nt/product-crud
Crud of products creating in Angular
angular9 angularjs crud json-server web
Last synced: 17 Nov 2024
https://github.com/roman31x/dia-2-proyecto-listado-personas
Proyecto de listar personas en Java esta enfocado mejora lógica de programación y aciones de un CRUD, utilizando Clean Code y Patrones SOLID, estructura MVC, y modularidad. Maven gestiona dependencias y distribución; JUnit verifica funcionalidad. Espero sea de tu agrado :).
clean-code crud java junit maven-plugin poo solid
Last synced: 12 Jan 2025
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: 22 Dec 2024
https://github.com/yenilikci/aspnet-core-blogapp
blog crud dotnet-core-mvc entity-framework-core partial-views view-components
Last synced: 16 Nov 2024
https://github.com/taranjeet/todo-app-frontend
A frontend application to demonstrate CRUD in react
Last synced: 06 Jan 2025
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/yenilikci/node.js-restapi
Node.js ile basit bir api uygulaması. GET, POST, PUT ve DELETE http metotları. Express.js kullanmadan ve fake db ile.
Last synced: 16 Nov 2024
https://github.com/vcolesdev/nextjs-clients-app
[WIP] Clients dashboard app. Users can add, update, and delete clients. Currently working on authentication.
crud crud-api database json-server nextjs react react-hook-form react-hooks reactjs redux redux-toolkit rtk-query typescript
Last synced: 24 Nov 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/alexcage2/linqtasks
Simple CRUD app for storing solutions
crud csharp docker-compose efcore linq ms-sql-server mvc rest
Last synced: 17 Nov 2024
https://github.com/msafdev/japanese-crud
A basic CRUD shows a list of mangas, doujinshi (unofficial mangas), and magazines from Japan in each of their own respective shelves. Made with Laravel, MySQL, Blade, sweat and tears.
Last synced: 31 Dec 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: 09 Jan 2025
https://github.com/kenxsantos/basic-crud-laravel
A basic crud system using laravel framework
Last synced: 14 Jan 2025
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/milochen0418/fullstack-crud-angularjs-nodejs-mongodb
A CRUD code that implemented by MongoDB, NodeJS, AngularJS and Bootstrap (RWD)
angularjs bootstrap crud express javascript mongodb mongoose nodejs
Last synced: 28 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/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/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/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/asilvafx/firebase-sdk-php
Firebase Realtime Database - NoSQL CRUD
Last synced: 28 Dec 2024
https://github.com/mtimma001/clinical-trial-data-tool-v2
Clinical Trial Data Analysis Tool is a Flask-based web app for healthcare professionals to manage and analyze clinical trial data. It features full CRUD functionality, interactive visualizations (Plotly/Matplotlib), a responsive Bootstrap UI, MySQL database integration, and Heroku deployment for accessible, scalable use.
bootstrap5 clinical-trials crud data-analysis data-visualization flask healthcare heroku mysql pandas plotly python
Last synced: 07 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/jamal-saadeddin/noteable-be
A streamlined note-keeping application enabling easy creation, editing, and searching of personal and professional notes. This project was part of @Foothill internship program.
Last synced: 19 Nov 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/core-go/firestore
crud firestore-crud firestore-search google-firestore search
Last synced: 11 Nov 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/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/deepanagarjan/to-do-react-task
TO-DO task
crud css3 html5 javascript jsx reactjs
Last synced: 16 Nov 2024
https://github.com/priyanayak28/booking-appointment-app
A simple web application to practice CRUD operations using Axios, Local Storage, and JavaScript. This project demonstrates how to add, edit, and delete data while persisting it across browser sessions.
api-requests axios crud front-end html javascript local-storage practice-project web-development
Last synced: 11 Jan 2025
https://github.com/sunny-unik/crud_app
My first basic web app for learn MERN stack. It contains all CRUD operations.
beginner-friendly crud javascript mern-stack multer open-source
Last synced: 10 Jan 2025
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/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/ludmilaipp/tp2-databinding
Trabajo práctico para crear un CRUD en angular.
Last synced: 16 Nov 2024
https://github.com/sandrewtx08/nestjs-vscode-snippets
crud nestjs vscode vscode-snippets
Last synced: 10 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/ikram595/product-manager_fastapi
crud fastapi jwt-authentication sqlite
Last synced: 28 Dec 2024
https://github.com/carloshenriquefs/ds-movie
:white_check_mark:🎬📹 - Projeto Front End e Back End - DsMovie
Last synced: 11 Jan 2025
https://github.com/carloshenriquefs/dslist-java-games
:white_check_mark: - Intensivão Java Spring
Last synced: 11 Jan 2025
https://github.com/carloshenriquefs/agregador-investimentos
✅💰💵 - Agregador de Investimentos
api brapi crud hibernate junit mockito mysql open-feign spring-boot
Last synced: 11 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/jacksonsantin/gerenciador-tarefas
Sistema criado para gerenciamento de tarefas
api axios crud dayjs docker nginx php php8 sweetalert2 task-manager toastify vuejs vuetify
Last synced: 18 Nov 2024
https://github.com/carloshenriquefs/crud-usuario
✅👦👧- Crud Usuario com MongoDB
Last synced: 11 Jan 2025
https://github.com/carloshenriquefs/task-management
📝✏️ - API de Gerenciamento de Tarefas
Last synced: 11 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/ka1quee/crud-react
CRUD Full Stack de um cadastro de usuários, onde o backend foi desenvolvido em node, frontend em React.JS e banco de dados com MySQL.
crud javascript mysql nodejs react
Last synced: 18 Nov 2024
https://github.com/martn2023/yindeed_indeed_clone
a simplified version of Indeed.com in Django
crud database deployment django heroku object-oriented-programming oop python sqlite webapp
Last synced: 12 Jan 2025
https://github.com/carloshenriquefs/courses
💻🖱️- Programming Courses
api crud hibernate-jpa java21 mapper
Last synced: 11 Jan 2025
https://github.com/dorkatzir/pixel-positions
Jobs Listing - Laravel11 Web App
blade components crud laravel php sqlite tailwindcss vitejs
Last synced: 11 Jan 2025
https://github.com/leotm/admin
My successful MVP solution to a coding exercise to create an admin view for new user data.
admin-dashboard angular5 bootstrap4-beta2 coding-exercise crud hapi karma-jasmine nodejs scss typescript unit-testing user-management
Last synced: 09 Jan 2025
https://github.com/gabrielalmir/most-loved-crud-app-2023
The most loved tech stack according to StackOverflow survey
axum crud docker postgresql rust sqlx
Last synced: 19 Nov 2024
https://github.com/a-tetarwal/binora-pre
Prior to Binora, Developing Binora Phase-I. Binora Pre is a text-based social media platform where users can create and manage posts, interact with each other through messages, and personalize their profiles. The platform provides a simple and clean user interface designed with Tailwind CSS.
bcryptjs binary binora cookie-parser crud ejs expressjs jsonwebtoken jwt mongodb mongoose multer nodejs path
Last synced: 16 Nov 2024
https://github.com/mstgnz/python-sqlite3-cli
Python ile sqlite3 üzerinde crud işlemleri
Last synced: 13 Jan 2025
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 Jan 2025
https://github.com/s-damian/phoenix-crud-example
CRUD - Phoenix Framework / Elixir / MySQL / Tailwind
crud elixir elixir-phoenix mariadb mysql phoenix phoenix-framework tailwindcss
Last synced: 30 Nov 2024
https://github.com/ryanrahman26/php-ajax
Aplikasi PHP CRUD dengan AJAX & PDO
Last synced: 09 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/andreyrvs/04-v2-todo-list
v2 - Lista de tarefas com CRUD
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/alirfanyasin/sistem-data-dosen-itts
Tugas akhir dari mata kuliah Algoritma dan Pemrograman membuat sebuah aplikasi berbasis console dengan tema sistem data dosen
c-language campus console-application crud
Last synced: 30 Dec 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: 06 Jan 2025
https://github.com/anthonyharold67/blog-app
authentication-backend crud django django-template python
Last synced: 18 Dec 2024
https://github.com/a-samod/restful-api-using-nodejs-expressjs-and-mongodb
This repository contains the source code for a RESTful API developed with Node.js, Express.js, and MongoDB. The API follows REST principles to provide CRUD (Create, Read, Update, Delete) operations for interacting with a MongoDB database, making it a robust backend solution for web and mobile applications.
crud expressjs mongodb nodejs rest-api
Last synced: 27 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/ramaobama/appfx-ramin
Simple Crud Application with use JPA (v. 1.0)
Last synced: 30 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/pauleenaphan/blog-api
A small blogsite where users can view blog post and comment on them.
blog crud express mongodb nodejs webdevelopment
Last synced: 09 Jan 2025
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: 09 Jan 2025
https://github.com/mtimma001/clinical-trial-data-tool
Clinical Trial Data Analysis Tool is a Flask-based web app for healthcare professionals to manage and analyze clinical trial data. It features full CRUD functionality, interactive visualizations (Plotly/Matplotlib), a responsive Bootstrap UI, MySQL database integration, and Heroku deployment for accessible, scalable use.
bootstrap5 clinical-trials crud data-analysis data-visualization flask healthcare heroku mysql pandas plotly python
Last synced: 20 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/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/emmanuelaytuz/test-hapijs
api-rest autentication crud hapijs mongodb
Last synced: 22 Dec 2024
https://github.com/sumaiyabanu15/crud
This Project is based on CRUD Operations.
Last synced: 09 Jan 2025
https://github.com/ardakazanci/sqliteexample
SQLite Example
android androidsqlite crud sqlite sqliteexample sqlitetutorial
Last synced: 23 Dec 2024
https://github.com/martapolii/web-application-development-practice
This repository focuses on building full-stack web applications using Node.js, Express, MongoDB, and React. It includes creating REST APIs, implementing authentication, and deploying applications to production environments.
authentication back-end-development crud deployment expressjs front-end-development full-stack-web-development jwt mongodb nodejs oauth2 reactjs rest-api web-development
Last synced: 13 Jan 2025
https://github.com/gpalleschi/jqcsv
jqCSV is a html client utility to manage csv files, read, filter, modify rows, add new rows, delete rows, export file csv in JSON, XML, CSV, TXT, SQL and MS-Excel.
bootstrap5 bootstraptable crud csv csv-parser export jquery npm
Last synced: 09 Jan 2025
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