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-02-11 00:06:44 UTC
- JSON Representation
https://github.com/satyamsundaram/notes-webapp
A simple note-taking web app with user authentication.
Last synced: 14 Jan 2025
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: 20 Dec 2024
https://github.com/mehrajlatifli/survey_jsoncrud
Example for designed to transfer information between forms. CRUD(Create, Read, Update and Delete) of JSON used in file operations.
crud deserialization file forms json jsonarray list listbox listgeneric multiforms root serialization transfer
Last synced: 14 Jan 2025
https://github.com/mehrajlatifli/razor-pages-crud-ef-core-class-first-
Example for Razor Pages CRUD (ef core class first)
asp-net-core crud ef-core entity-framework entity-framework-core filter form onget onpost razor-pages search table
Last synced: 14 Jan 2025
https://github.com/mehrajlatifli/airline-ticket---entity-framework-databse-first-
Example of Entity Framework Databse First
bindings crud crud-operation database-first delete entity-framework inotifypropertychanged insert listview mssql mssqlserver observablecollection select sql sqlserver-2019 update wpf
Last synced: 14 Jan 2025
https://github.com/mehrajlatifli/angular-form
Example for simple Angular form
angular bootstrap crud form jquery localstorage popperjs single-page-applications
Last synced: 14 Jan 2025
https://github.com/mehrajlatifli/angular-movieapp_1
angular crud movie notification
Last synced: 14 Jan 2025
https://github.com/mehrajlatifli/api-crud--asp.net-core-web-api-
Example for API CRUD (ASP.NET Core Web API)
asp-net-core aspnetcorewebapi crud crud-api database-first delete entity-framework-core get post put
Last synced: 14 Jan 2025
https://github.com/natanaeldeveloper/laravel-product-crud
CRUD básico de cadastro de produtos em Laravel
crud laravel mercadinho product
Last synced: 07 Jan 2025
https://github.com/natanaeldeveloper/laravel-book-crud
CRUD básico de cadastro de livros em laravel
Last synced: 07 Jan 2025
https://github.com/bohdanmoroziuk/shop-rest-api
A RESTful CRUD API with Node.js, Express.js and MongoDB (Mongoose).
crud express javascript mongodb mongoose nodejs restful-api
Last synced: 20 Dec 2024
https://github.com/cangak/yii-ajaxbs5
yii2 ajax crud bootstrap5
ajax bootsrap5 crud yii2 yii2-extension
Last synced: 25 Dec 2024
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: 21 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: 20 Jan 2025
https://github.com/bilalmuzafferkose/spring-redis-cache
Spring Boot Redis Cache example app with CRUD
cache crud redis redis-cache redis-client spring-boot
Last synced: 14 Jan 2025
https://github.com/4sskick/web_basic_crud
Basic CRUD Code Igniter based
code-igniter crud crud-sample sample
Last synced: 27 Jan 2025
https://github.com/remojs/jujutsukaisen-api
Practica #1 con Laravel
crud laravel laravel-framework
Last synced: 21 Jan 2025
https://github.com/sandra-selezen/phonebook
Phonebook application using React, Redux and Chakra UI
axios chakra-ui crud formik-yup react react-hooks react-hot-toast react-router redux-thunk redux-toolkit rest-api
Last synced: 14 Jan 2025
https://github.com/melardev/angularjsapicrudpagination
AngularJs Crud application
angular-js angularjs crud crud-pagination full-stack fullstack javascript
Last synced: 25 Jan 2025
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: 25 Dec 2024
https://github.com/ayeujjawalsingh/crud-operation-in-python
In this repository, I have performed CRUD operations on a PostgreSQL database using the Python programming language. Additionally, I have implemented all the necessary conditions for the login/signup section, and I have utilized the Argon2 hashing algorithm for enhanced security.
argon2 ayeujjawal ayeujjawalsingh crud mysql postgresql python
Last synced: 07 Jan 2025
https://github.com/zg3z/code-first-approach
code-first crud csharp database-migrations entity-framework-core mssql
Last synced: 13 Jan 2025
https://github.com/pisyek/zend-contact-directory
Simple Contact Directory Application Using Zend Framework
Last synced: 02 Jan 2025
https://github.com/rifandani/crud
simple example how to CRUD using PHP and MySQLi
crud crud-application mysql mysql-database mysqli php7 xampp
Last synced: 21 Jan 2025
https://github.com/melardev/android_room_crud
Android Crud application using Room
android android-architecture-components architecture-components crud database java room sqlite
Last synced: 25 Jan 2025
https://github.com/junxian428/webapi_asp.netcore
Learning build C# ASPNETCORE WEBAPI based on official documentation: https://docs.microsoft.com/en-us/learn/modules/build-web-api-aspnet-core/
Last synced: 21 Jan 2025
https://github.com/junxian428/laravel_midterm
CRUD MidTerm only test the migration, MVC with Create, Read and Delete without modification however inside got CRUD templates
Last synced: 21 Jan 2025
https://github.com/junxian428/laravel_crud_mysql_auth_todoapp
Laravel CRUD with MySQL and Auth Preparation for EXAM. Todo App
authentication crud laravel todoapp
Last synced: 21 Jan 2025
https://github.com/junxian428/golang_crud_mysql
Golang simple web application with CRUD MySQL Source: https://www.golangprograms.com/example-of-golang-crud-using-mysql-from-scratch.html
Last synced: 21 Jan 2025
https://github.com/junxian428/javafx_restapi_sqlite_pi4_chat_client
File Bigger Than 100 MB is not allowed to be uploaded into a single repository.
crud javafx-desktop-apps raspberry-pi-gpio spring-boot-restful sqlite
Last synced: 21 Jan 2025
https://github.com/junxian428/csharp_net_desktop_crud_ms_access
Just a simple Desktop Application with MS Access with CRUD Feature and Refer to https://youtu.be/oEiHByK1PAQ
crud csharp desktop-app msaccess
Last synced: 21 Jan 2025
https://github.com/hallowshaw/my-todo-list-using-firebase
A simple todo list application built with React, Vite, and Firebase. Users can securely sign up, log in, and manage their todo items in real-time with Firebase's real-time database. The application features CRUD operations, authentication, and a responsive design, making it easy to use across different devices.
crud crud-application crud-operation firebase firebase-database firebase-realtime-database javascript js jsx react react-hooks reactjs
Last synced: 05 Jan 2025
https://github.com/hallowshaw/skillsetsail
Skill Set Sail is a modern MERN stack application for job seekers and employers. It simplifies job posting, application management, and talent discovery with a user-friendly interface and robust features.
crud crud-application expresss javascript job-portal jobsearch jobseeker mern-stack mongodb nodejs react react-router reactjs
Last synced: 05 Jan 2025
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: 27 Dec 2024
https://github.com/alper-sayin/online-auction-hub
Online-Auction-Hub A Django-based Web Application
bootstrap5 class-based-views crud csrf-tokens django django-application django-forms django-framework html-css-javascript oop orm pagination python sqlite-database user-authentication validation
Last synced: 06 Jan 2025
https://github.com/danhiel98/crud_laravel
Pequeño ejemplo de CRUD usando Laravel
Last synced: 22 Jan 2025
https://github.com/manzolimatheus/crud-basico
CRUD básico com Python e MySQL
Last synced: 26 Jan 2025
https://github.com/binaryleo/aspnet_crudbasic
A CRUD using ASPNET MVC app.
aspnet-mvc bootstrap5 crud csharp visual-studio
Last synced: 02 Feb 2025
https://github.com/arthur5120/real-time-chat-app
Real-time chat app with auth, room management, user status tracking, and notifications.
axios chat crud express fullstack mysql node-js prisma react real-time socket-io tailwindcss typescript
Last synced: 20 Dec 2024
https://github.com/cyoung-sudo/user-management-app
An application used to create, update, and delete a list of users.
crud css ejs expressjs font-awesome html javascript jquery mongodb-atlas nodejs user-management
Last synced: 16 Jan 2025
https://github.com/mubaraksulayman/mex
A mini-expense management app. Built with Laravel, TailwindCSS, and a lot of love, deployed on Heroku.
api crud heroku laravel monolith-architecture php postgresql tailwindcss vuejs vuex
Last synced: 07 Feb 2025
https://github.com/rakifsul/rf_ci_all_in_one
All in One Template for CodeIgniter 4
codeigniter4 crud crud-application template
Last synced: 30 Dec 2024
https://github.com/yashasaveekesarwani99/docker-posts-app
CRUD operations on posts
api crud docker express load-balancer nginx nodejs redis
Last synced: 25 Dec 2024
https://github.com/rudolphreti/autobewerbung
AutoCV is a Flask-based web application designed to manage job applications efficiently. The application allows users to add, display, and delete job applications, as well as generate related documents such as CVs and cover letters.
crud flask job-application-management jobsearch python
Last synced: 25 Dec 2024
https://github.com/tal7aouy/laravel-crud-with-search
Crud with search using Ajax
Last synced: 29 Dec 2024
https://github.com/camilafbarcellos/apollo-techtest
Development of a frontend and a backend application for Apollo Solutions technical test (2023).
api crud fullstack mui nestjs react sqlite typescript
Last synced: 25 Dec 2024
https://github.com/felipe-sant/crud-javascript
Sistema CRUD (Create, Read, Update, Delete) com JavaScript.
Last synced: 28 Dec 2024
https://github.com/appleipx/rest-api-django
REST API Backend сервер на Django
authentication crud django-rest-framework token
Last synced: 13 Jan 2025
https://github.com/joeribreedveld/task-manager
Simple tasks manager in Next.js.
crud drizzle eslint neon nextjs prettier radix-ui react react-hook-form shadcn-ui tailwind task-manager vercel zod
Last synced: 02 Feb 2025
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: 27 Dec 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: 27 Dec 2024
https://github.com/netkosolution/nestjs-boilerplate
🚀🎉📚 A feature-rich NestJS starter with built-in enterprise-grade architecture and popular libraries. Supports TypeScript, PostgreSQL/MySQL, TypeORM, JWT Authentication, Docker, and other essential features.
auth boilerplate ci crud database docker e2e mailling mongodb mongoose nestjs nestjs-boilerplate nodejs rbac seed swagger typeorm typescript
Last synced: 09 Feb 2025
https://github.com/deepanagarjan/to-do-react-task
TO-DO task
crud css3 html5 javascript jsx reactjs
Last synced: 16 Jan 2025
https://github.com/alexlatam/laravel-spa-inertia-crud-projects
Laravel with Jetstream, Inertia and Vuejs for a CRUD spa about projects
crud inertiajs jetstream laravel single-page-app spa vuejs
Last synced: 21 Jan 2025
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: 11 Jan 2025
https://github.com/alexismartinez1913/crud-java
MySQL connection with Java in the backend.
Last synced: 08 Jan 2025
https://github.com/ekthasurya/tacnique-user_management_dashboard
A simple and responsive User Management Dashboard built with React.js. It allows users to view, add, edit, and delete user details, integrating with the mock API JSONPlaceholder. Perfect for demonstrating CRUD operations and API interaction.
axios crud css jsonplaceholder-api reactjs routes usestate
Last synced: 21 Jan 2025
https://github.com/aayman-md/app-crud
LARAVEL CRUD / CREATE/READ/UPDATE/DELETE
Last synced: 21 Jan 2025
https://github.com/potier97/products-app
Mini proyecto para la visualización de productos de la salud
Last synced: 18 Jan 2025
https://github.com/siddhant-vij/simpledb-engine
A lightweight database engine supporting CRUD, simple queries, and concurrency control with a CLI.
cli-app concurrency crud database-engine java json query-processing
Last synced: 16 Jan 2025
https://github.com/kauancavazani/simple-crud
A simple API developed using Java and Spring Boot to manipulate a mysql database
crud java mysql spring spring-boot
Last synced: 12 Jan 2025
https://github.com/bscript07/furniture-restfull-api
Furniture RESTfull API JS Back End
ajax client client-server client-server-architecture cors crud javascript json server
Last synced: 22 Jan 2025
https://github.com/julio101290/boilerplatebranchoffice
CodeIgniter4 Boilerplatebranchoffice CRUD MVC contain capture per companie Key,name, address, admin box
backtup branchoffice codeigniter4 crud invoice mysql
Last synced: 27 Jan 2025
https://github.com/lightweight-component/aj-data
Lightweight Data Access Object in Java
Last synced: 16 Nov 2024
https://github.com/lightweight-component/aj-dataservice
DataService for rapidly CRUD
Last synced: 16 Jan 2025
https://github.com/alexcage2/burgershop
Burger ordering app with admin panel
admin-dashboard ado-net crud csharp mvc postrgresql rest
Last synced: 28 Dec 2024
https://github.com/basedhound/prompt-share_app_next
Next.js application for seamless AI prompt sharing. Easily explore, create, and share prompts with MongoDB and secure NextAuth. Enjoy modern design and responsive interface for optimal use.
app bcrypt crud google-cloud mongodb mongoose next-auth nextjs nextjs14 prompt react tailwind
Last synced: 02 Jan 2025
https://github.com/luizfranzon/crud
FullStack CRUD Application
crud express javascript nodejs reactjs typescript vite
Last synced: 26 Dec 2024
https://github.com/laisfrigerio/on32-s8-api-users
API de cadastro de usuários usando NestJS + TypeORM
api correios-cep crud jest nestjs supertest typeorm typescript via-cep
Last synced: 20 Jan 2025
https://github.com/peplxx/postapi
The application provides basic CRUD functionalities for managing posts in a database.
crud crud-application crud-sample fastapi python
Last synced: 20 Dec 2024
https://github.com/solar05/health-crud
Simple crud using clojure/clojurescript
Last synced: 14 Jan 2025
https://github.com/icaluwu/codeigniter3-restaurant
Repo project about Codeigniter3 Restaurant
codeigniter crud html php website
Last synced: 02 Jan 2025
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: 08 Jan 2025
https://github.com/hari-shanke-reddy/todo-app-
api axios babel crud material-ui npm-package react-router reactjs redux redux-toolkit
Last synced: 21 Jan 2025
https://github.com/pgm-benobira/todoo
To do application with authentication made using Handlebars where the user can use CRUD operations to the SQLite3 database.
crud expressjs jwt knexjs mvc nodejs objectionjs sqlite3
Last synced: 08 Jan 2025
https://github.com/njkleiner/controller-base
A (CRUD) controller template for MVC in Express.
Last synced: 24 Jan 2025
https://github.com/rubyhcm/rails_crud_api
This project for FE to test call API
api crud ruby-on-rails testing
Last synced: 04 Feb 2025
https://github.com/viniciusmecosta/crud_txt_python
CRUD em txt na linguagem Python.
Last synced: 26 Dec 2024
https://github.com/viniciusmecosta/wallet_flutter
Aplicativo Flutter para criar uma carteira virtual, permitindo adicionar e gerenciar cartões com segurança e conveniência, utilizando o Firebase para armazenamento e atualizações em tempo real.
Last synced: 26 Dec 2024
https://github.com/jamaluddinrumi/laravel
a very basic CRUD Sales Order Web App in Laravel
Last synced: 08 Jan 2025
https://github.com/shramkoweb/tiny_house
TinyHouse is a home-sharing app built for a full-stack React Masterclass
antd apollo apollo-server codegeneration create-react-app crud express frontend graphql graphql-generation mongodb node nodejs ts typescript
Last synced: 02 Feb 2025
https://github.com/sakr2000/crud-system
Simple CRUD system with JavaScript
bootstrap crud javascript localstorage
Last synced: 27 Jan 2025