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/greg-ynx/ynx-task-manager
Task manager application.
crud django python task-manager ynx
Last synced: 08 Nov 2024
https://github.com/taiseen/add-location-react-app
CRUD App | Acdemayi
context-api crud crud-operation curd curd-operation firebase-database firebase-realtime-database jsx react react-router-v6 tailwind-css tooltip-library
Last synced: 13 Nov 2024
https://github.com/creativecuriositystudio/cruddle
(DEPRECATED) Simplifying CRUDL screen development using ModelSafe
angular2 crud data html model typescript ui web
Last synced: 13 Nov 2024
https://github.com/dalthviz/cloudcrud
A CRUD project for managing events
bootstrap crud rails5 react-rails ruby
Last synced: 13 Nov 2024
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: 13 Nov 2024
https://github.com/solar05/health-crud
Simple crud using clojure/clojurescript
Last synced: 14 Nov 2024
https://github.com/leosimoes/rocketseat-java-spring-restapi-todolist
Rocketseat Java course project. REST API with Spring Framework for registering, reading and updating tasks, with filter by user.
crud java rest-api spring-framework
Last synced: 13 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/suthar-suresh/curdopwithredux-in-mern
crud mern-stack mongodb mongoose reactjs redux-toolkit
Last synced: 14 Nov 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 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/goriens/google-auth
Email and google Athentication and Authorization system with mvc patthern and crud functionality using mongodb, nodejs and express
api authentication-backend crud
Last synced: 14 Nov 2024
https://github.com/saulkurosaki/refinix-project
This is a FullStack Complete and Device Responsive Admin Dashboard with full authentication, homepage displaying charts and activities, a comprehensive table for companies with CRUD and search, and a Kanban board with real-time synchronization, developed with NextJs14, Typescript, RefineDev, AntDesign and Dayjs
admin-dashboard ant-design antd antdesign crud crud-application dayjs nextjs nextjs14 refine refine-dev typescript
Last synced: 14 Nov 2024
https://github.com/jardelgcunha/gt-python-django
Task Manager with CRUD of Tasks restricted to the logged in User, authentication login system with login/logout, forms authentication and deploy to Heroku
authentication crud django form heroku heroku-deployment orm python
Last synced: 14 Nov 2024
https://github.com/eliasprates/cruddappermicroorm
CRUD (create, read, update and delete) with DAPPER Micro ORM
crud dapper dependency-injection dotnet micro-orm repository-pattern service-pattern sql-server
Last synced: 15 Nov 2024
https://github.com/anjola-adeuyi/task_tracker_vue
Task Tracker Vue is a simple project built with Vue.js to track tasks with reminders.
api-client api-rest crud crud-api crud-application crud-operation javascript json-api json-server routing vue vue-cli vue-router vue3 vuejs
Last synced: 07 Nov 2024
https://github.com/juliolmuller/studying-vuejs
Basic project to practice Vue.js knowledge..
Last synced: 15 Nov 2024
https://github.com/juliolmuller/studying-vanilla-javascript
Simple system for data manipulation with JavaScript client-side. Full sample of a CRUD (create, read, update & delete) with use of the local browser storage.
adminlte crud vanilla-javascript
Last synced: 15 Nov 2024
https://github.com/juliolmuller/studying-svelte
A simple CRUD application to learn Svelte.js framework to build reactive UI's,
crud frontend javascript svelte typescript
Last synced: 15 Nov 2024
https://github.com/juliolmuller/studying-angular
Simple Angular 9 application to learn the framework.
angular crud javascript portfolio
Last synced: 15 Nov 2024
https://github.com/driannm/clinic-app-laravel
clinic-app crud crud-application laravel laravel-11 laravel-11-crud
Last synced: 15 Nov 2024
https://github.com/seycileli/how-to.makingcodingsimpler
I will post new coding techniques here to make our lives simpler when it comes to coding
code-learn crud html-css java javascript making-coding-simpler swift
Last synced: 15 Nov 2024
https://github.com/seycileli/crudoperation_sql_jpa
Crud Operation using JPA Annotations with MySQL DB
crud crud-application crud-operation java java-8 javaweb jpa jpa-entities jpa-persistence-applications mysql mysql-database mysql-server spring-mvc
Last synced: 15 Nov 2024
https://github.com/seycileli/bankapplication
CRUD Bank Application where you can add/ search/ update and delete users
bankers-algorithm banking banking-applications crud dao encapsulation inheritance java lookup sort verify
Last synced: 15 Nov 2024
https://github.com/rishabh-pandey-sternx/go-restapi
Rest Api microservices using Golang , Mongodb
crud crud-api go golang microservice mongo mongodb rest-api restful-api
Last synced: 15 Nov 2024
https://github.com/miguelhp373/crud_livraria_aspnet
:book: Crud desenvolvido em Asp.net MVC para a disciplina de Programação Web da ETECVAV
asp asp-net-mvc crud csharp etec razor visual-studio
Last synced: 15 Nov 2024
https://github.com/zahidakbar2370/crud_system_laravel_8
crud(add,view,edit,update,delete,show) in laravel 8
Last synced: 09 Nov 2024
https://github.com/aesthicethics/homeserver
CRUD application developed as a local "image-pool" + instagram fusion. Manually configured server deployed on RPI hosts a HomeServer that allows users (family memebers) to pool their photos together in one location (the website) and view them in a feedlike manner (instagram)
crud nginx python raspberry-pi react
Last synced: 09 Nov 2024
https://github.com/rahmankarim/thoughtnest
ThoughtNest is a web application designed for managing and interacting with blog content. It features user authentication, allowing users to register, log in, and manage their profiles. The application supports CRUD operations on blog posts, enabling users to create, read, update, and delete their content.
bcrypt bootstrap crud crud-application css expressjs html javascript jquery jwt-authentication jwt-token mongodb mongoose nodejs rest restful-api typescript
Last synced: 15 Nov 2024
https://github.com/ogubuikealex/graphql-crud-article
How To Implement CRUD using GraphQL, NodeJS, Express, and MongoDB
crud crud-app crud-application crud-functionality crud-operation crud-sample graphql javascript nodejs-api nodejs-server typescript
Last synced: 15 Nov 2024
https://github.com/suganyarajes/axioscrud
React application implementing CRUD operations with user data using Axios fetch to interact with a mock API.
Last synced: 15 Nov 2024
https://github.com/mrbrunelli/crud-php-materialize
Cadastro de clientes feito com Materialize: criar, ler, atualizar e deletar clientes.
Last synced: 15 Nov 2024
https://github.com/mrbrunelli/crud-json-php-react
CRUD JSON utilizando padrões API REST (GET, POST, PUT, DELETE). PHP no backend e ReactJs no frontend.
api-rest create-react-app crud json php react
Last synced: 15 Nov 2024
https://github.com/nihatquliyev/first-spring-project-crud
First simple spring project
crud html java java-jpa jdbc postgresql spring
Last synced: 15 Nov 2024
https://github.com/rdp77/codeigniter
Simple Program With CodeIgniter
codeigniter crud css html javascript mariadb mysql php simple-app
Last synced: 15 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/geraldoam/procedural-crud
PHP Crud with procedural programming.
crud mariadb-server materialize-css php7 procedural-programming
Last synced: 27 Sep 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/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/milenavms/javascript-html-css-json
Calculando IMC - Tabela básica com Create, Read e Delete com duplo click, materialize e serviço web json.
Last synced: 15 Nov 2024
https://github.com/abimh66/interactive-comments-section-frontendmentor
Project ini berdasarkan pada challenge di Frontend Mentor Interactive comments section challenge on Frontend Mentor.
crud frontend frontend-mentor javascript tailwind-css tailwindcss vanilla-javascript
Last synced: 15 Nov 2024
https://github.com/sangamprashant/crud_app
This CRUD (Create, Read, Update, Delete) application is built using Express.js for the backend and MongoDB for data storage. It provides endpoints to perform CRUD operations on a collection of products.
crud crud-application express mern mern-stack mongodb nodemailer react reactjs
Last synced: 15 Nov 2024
https://github.com/henriquediassilva/crud-max
Crud de clientes com Angular 16
angular-material angular16 api crud scss
Last synced: 11 Nov 2024
https://github.com/tomilola-ng/trackbackendtask2
A CRUD REST API for a Person model using Django, Django Rest Framework, CORS Headers ...
cors-headers crud django django-rest-framework postgresql python
Last synced: 15 Nov 2024
https://github.com/maiquinho/desafio-ignite-nodejs-01
API para realizar um CRUD de tasks (tarefas).
crud crud-api node-fundamentals nodejs task-api
Last synced: 15 Nov 2024
https://github.com/modemobpsycho/crud-api-rs
clear-nodejs crud jest typescript
Last synced: 31 Oct 2024
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: 01 Nov 2024
https://github.com/abinthomasonline/flask-boilerplate
Simple Flask CRUD boilerplate
backend boilerplate crud flask flask-sqlalchemy python rest-api sqlite starter-kit webapp webdevelopment
Last synced: 12 Oct 2024
https://github.com/prasad89/k8s-resource-crud
A Kubernetes application demonstrating basic CRUD operations on Kubernetes resources using the Cluster API
cluster-api crud golang kubernetes
Last synced: 31 Oct 2024
https://github.com/marialmeida1/study-bd_java
Conexão do banco de dados feito em Postgre com Java
Last synced: 31 Oct 2024
https://github.com/rubyhcm/rails_crud_api
This project for FE to test call API
api crud ruby-on-rails testing
Last synced: 21 Oct 2024
https://github.com/ardakazanci/sqliteexample
SQLite Example
android androidsqlite crud sqlite sqliteexample sqlitetutorial
Last synced: 05 Nov 2024
https://github.com/ludmilaipp/tp2-databinding
Trabajo práctico para crear un CRUD en angular.
Last synced: 16 Nov 2024
https://github.com/appleipx/rest-api-django
REST API Backend сервер на Django
authentication crud django-rest-framework token
Last synced: 13 Nov 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: 25 Oct 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: 25 Oct 2024
https://github.com/khalilannbiya/student-app
Student App is an application used to manage student data along with their respective classrooms
crud laravel laravel-framework laravel9 php student-application
Last synced: 11 Nov 2024
https://github.com/tal7aouy/laravel-crud-with-search
Crud with search using Ajax
Last synced: 07 Nov 2024
https://github.com/deep-codes/todo-crud
🗃 Dead Simple CRUD Todo-Application with React & Typescript
crud react todo todoapp typescript
Last synced: 25 Oct 2024
https://github.com/techlord001/laravel-blog
Laravel project to showcase my skills & knowledge in the framework. This is a working blog with user sign/login and CRUD operations for the blog.
Last synced: 07 Nov 2024
https://github.com/adilmohak/php-crud
PHP CRUD project with MySQL database
crud mysql php php-crud user-management
Last synced: 28 Oct 2024
https://github.com/polgubau/client-side-solvethex
Esta aplicación se conecta a la API de SolveTheX, por lo que es necesario tenerla corriendo en el puerto 3000. (Ver readme de la API)
Last synced: 26 Oct 2024
https://github.com/kyrylopikhno/play_pay_client
DEPLOYED CLIENT ON HEROKU
crud heroku-deployment javascript react redux-toolkit
Last synced: 26 Oct 2024
https://github.com/roby2409/mvvmrxswift
Swift mvvm with rxswift (login and fetch data)
crud crud-application mvvm rxswift swift swift-mvvm
Last synced: 17 Oct 2024
https://github.com/aleko-khomasuridze/productmanager
Product Manager Application - A JavaFX-based desktop application for managing product inventory, featuring CRUD operations, data validation, and a modular design with database integration. Perfect for small to medium-sized businesses looking to streamline their product management process.
crud database design-patterns desktop docker java javafx sql
Last synced: 12 Oct 2024
https://github.com/milliorn/grocery-list
simple, intuitive interface for creating, editing, and deleting grocery items. Users can add items to their shopping list and remove them when they are no longer needed.
crud crud-operations development-environment food front-end-development grocery-application grocery-crud grocery-shopping localstorage organizer productivity react responsive responsive-design shopping shopping-cart shopping-list state-management user-interface web-application
Last synced: 26 Oct 2024
https://github.com/bastidanicolas/fullstackcv-frontend
This full-stack web application offers a CRUD platform and includes JWT authentication. Showcase your background with sections for an introduction, educational background, work history, portfolio projects, and technical skills.
admin-dashboard angular angular-drag-and-drop argentina-programa argentinaprograma authentication authentication-backend bootstrap crud crud-application cv-builder jwt portfolio-website
Last synced: 26 Oct 2024
https://github.com/milan-sony/php-crud
A simple CRUD operation program using PHP (BCA-2021)
Last synced: 11 Nov 2024
https://github.com/milan-sony/django-crud
This is a simple project that performs CRUD operations in Django using Mysql database
bootstrap4 crud css3 django html5 mysql
Last synced: 11 Nov 2024
https://github.com/ecthorsilva/heroapi-nodejs
Repositório para a atividade CRUD API Fake - Aula de Programação WEB III do Professor Laércio Silva
Last synced: 10 Nov 2024
https://github.com/itaditya/vue-todo-app
An advanced to-do app in Vue made to please the Javascript Overlords
animations crud flip javascript layout-animation reactive todo translate vue vue-todo vuejs
Last synced: 01 Nov 2024
https://github.com/coelhoreinaldo/python-crud
Exercises to practice API in Python
Last synced: 24 Oct 2024
https://github.com/suniksha12/php_my_sql_projects
This repo collection of hands-on PHP and MySQL projects demonstrating backend development concepts through practical applications. Each project explores different aspects of web development, from basic CRUD operations to complex database management.
backend beginner-project creative-coding crud css database form helpful html innovation javascript mysql mysql-database php phpmyadmin project server web-application webdevelopment
Last synced: 01 Nov 2024
https://github.com/yousefmohammad/crud-project
API performing the crud operations
api crud crud-api crud-app javascript node-js node-js-app nodejs nodejs-app
Last synced: 30 Oct 2024
https://github.com/anthonylee1994/drawviva-frontend
DrawViva PWA with Next.js
crud nextjs react typescript webnotification webpush
Last synced: 07 Nov 2024
https://github.com/ajayprince692/veritech-task_3
todo app
crud css3 dom html5 javascript
Last synced: 05 Nov 2024
https://github.com/juliendelplanque/easycrud
A framework to perform CRUD on relational databases easily from Pharo.
Last synced: 31 Oct 2024
https://github.com/mohammedsalama/conent-management-system
Based on :
authentication bootstrap crud dashboard-templates fileupload laravel8 telescope validation
Last synced: 11 Nov 2024
https://github.com/zg3z/web-crud-app
brcypt crud css docker-compose ejs express-session i18n javascript nodemon react react-router sequelize
Last synced: 13 Nov 2024
https://github.com/zg3z/code-first-approach
code-first crud csharp database-migrations entity-framework-core mssql
Last synced: 13 Nov 2024
https://github.com/itsfk/crud-with-flask
crud flask flask-application flask-sqlalchemy flask-web
Last synced: 13 Nov 2024
https://github.com/hemin-tailor/nextjs
The employee management CRUD operation in NextJS. We have used MongoDB for store data
crud css3 employee-management employee-management-system es6 js mongodb mongoose nextjs reactjs reactjs-framework
Last synced: 07 Nov 2024