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-15 00:06:29 UTC
- JSON Representation
https://github.com/theryston/db-mycro
A node module with a json database that saves data in a specific directory, similar to sqlite, but in JSON
base crud data database db db-mycro javascript json jsondatabase nodejs nosql typescript
Last synced: 24 Oct 2024
https://github.com/tokhy1/php_crud_app
Revolutionize data management with PHP powered CRUD App. Seamlessly create, read, update, and delete data through an intuitive user interface. Simplify your workflows and embrace the efficiency of modern web development.
backend bootstrap crud crud-app crud-application css database html mysql mysql-database php xampp
Last synced: 08 Nov 2024
https://github.com/snwfdhmp/cloudbase
Plug-and-play data storage able to perform any basic CRUD operations on any dynamically given type of data.
cloudbase crud crud-operations database plug-n-play plugnplay storage-engine
Last synced: 15 Nov 2024
https://github.com/cnahmetcn/lifoscase
Lifos Yazılım Case Study
crud google-maps-api laravel laravel-crud
Last synced: 06 Nov 2024
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: 14 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: 13 Oct 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: 02 Nov 2024
https://github.com/maulayyacyber/crud-laravel-blog
Crud Laravel Blog
crud crud-laravel laravel laravel58
Last synced: 08 Nov 2024
https://github.com/lionelsu/trybe-futebol-clube
Futebol Clube API is a RESTful API and a modern CRUD application with a graphical interface developed in ReactJs, offering comprehensive CRUD functionality for leaderboard management in a Football Club team.
chai clean-architecture crud docker docker-compose express mocha mysql nodejs orm postman restful-api sequelize solid tdd typescript
Last synced: 09 Nov 2024
https://github.com/soratabaka/makeshift-cdn
A simple makeshift CDN API to provide content delivery service for your small needs. This CDN can be self hosted in heroku or your own private server and deliver content as needed
api cdn crud express javascript nodejs
Last synced: 08 Nov 2024
https://github.com/sanjinkurelic/mvcgenerator
Most of today's simpler software solutions closely link their work to basic database operations. The basic operations are retrieving, entering, modifying, and deleting individual data, so-called CRUD operations. To simplify the implementation of such software solutions, it is possible to build a code generator that builds a series of program sections based on the definition of the database structure. The database structure is defined using a structured query language (SQL).
analysis chunk code-generator compiler crud hibernate intermediate-code-generation java-11 junit lexical-analysis mvc parsing reflections rest-api semantic-analysis spring sql synthesis target-code-generation three-tier-architecture
Last synced: 06 Nov 2024
https://github.com/gustavocadev/deno-api-crud-mongodb
Example: Deno + MongoDB driver + Oak
crud deno mongodb oak typescript
Last synced: 11 Nov 2024
https://github.com/ekramasif/nestjs_crud
This is a NestJS-based application that provides CRUD operations, authentication using JSON Web Tokens (JWT), managing entity relationships, and integration with a third-party API.
api authentication crud entity-relationships jwt mysql nestjs nestjs-backend nestjs-crud nodejs onetomany
Last synced: 11 Nov 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: 14 Oct 2024
https://github.com/technote-space/laravel-crud-helper
CRUD helper for Laravel
Last synced: 09 Nov 2024
https://github.com/keanteng/serpent-astral
💠 Order Processing Solution for Small/Medium Warehouses in Malaysia
chakra-ui crud graphql graphql-yoga nextjs order-management prisma sqlite tailwindcss typescript warehouse
Last synced: 12 Oct 2024
https://github.com/mralaminahamed/js-crud
Simple JS CRUD website
crud crud-application js js-crud
Last synced: 19 Oct 2024
https://github.com/pazuzu111/dev-ote
api-manipulation crud express react server
Last synced: 06 Nov 2024
https://github.com/acosimon/crud-mongodb-nodejs
Mongoose, añadir las variables de entorno. (Archivo ,env)
crud javascript mongodb-atlas mongoose nodejs
Last synced: 10 Nov 2024
https://github.com/bankole2000/stuff-to-do
A Simple Learning oriented JS To Do List App
crud dom-manipulation event-delegation event-handling filter functions javascript localstorage material-icons materializecss
Last synced: 05 Nov 2024
https://github.com/oybekkayumov/spring-rest
Spring Boot 3 docker mysql postman app
crud docker mysql postman rest spring-boot
Last synced: 10 Nov 2024
https://github.com/charleebrown/comment-app
An app that takes a username and comment and saves it to a mongodb database
crud dotnet mongodb vbnet winforms-application
Last synced: 11 Nov 2024
https://github.com/applexumber/book_tracker
Aplicativo de gerenciamento de livros desenvolvido em Flutter.
books crud flutter flutterflow oop
Last synced: 09 Nov 2024
https://github.com/sbthdr/greldapp
Employee list management system using Laravel and Vue.
Last synced: 10 Nov 2024
https://github.com/carloszoft/usercrud
API simples de cadastro de usuários
api crud express javascript jest nodejs
Last synced: 13 Oct 2024
https://github.com/mars05/crud-vscode-plugin
🛠︎一个用于代码生成的Vscode插件,可以根据数据库表结构,帮助您从不同的模板快速生成相关代码。
code-generator crud tools vscode-extension
Last synced: 09 Nov 2024
https://github.com/ehsundar/dopamine
General REST server for web and client app developers
android-development crud developer-tools ios-development mvp rest rest-api web-development
Last synced: 31 Oct 2024
https://github.com/sloharkar/student-management-system
Student Management System Using Spring Boot and Mysql & H2 Database (CRUD-Operation)
crud crud-application crud-operation eclipse-ide h2-database java java-8 jparepository mysql mysql-database rest-api spring-boot spring-core spring-mvc student-management-system student-management-system-project sweetalert sweetalert2 webapplication website
Last synced: 07 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: 29 Oct 2024
https://github.com/vilhalva/crud-de-postagens-com-nodejs-e-json
👨🏫APP BÁSICO DE POSTAGENS (CRUD) COMO O INSTAGRAM (SOMENTE TEXTO) COM O NODEJS E JSON.
crud css database expressjs framework handlebars javascript json nodejs projeto site
Last synced: 14 Oct 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: 14 Nov 2024
https://github.com/zabavb/todolist-js-node.js
To Do List is a task management application built using Node.js. It allows users to create, update, delete, and manage tasks, with all data saved in a MongoDB database. The project implements CRUD operations and provides a simple, user-friendly interface using Bootstrap for styling.
back-end backend bootstrap crud crud-operation css css3 html html-css-javascript html5 java-script js mongodb mongoose node-js nodejs to-do-list todolist visual-studio-code vscode
Last synced: 31 Oct 2024
https://github.com/kristerkari/observable-redux-json-api-example
A minimal example to show how to use observable-redux-json-api library using React and Express.js.
crud demo-app example-app json-api react redux redux-observable rxjs
Last synced: 29 Oct 2024
https://github.com/trident09/what-to-do
To-Do app in React and Tailwind for CRUD funtionality using firebase as a backend
Last synced: 08 Nov 2024
https://github.com/joysarkarbd/travel-blog-server-side
body-parser cors crud dotenv express javascript mongodb node-modules nodemon
Last synced: 12 Nov 2024
https://github.com/xreedev/student-mark-api-springboot
A simple Spring Boot application for managing and tracking student marks, featuring CRUD operations and using an embedded H2 database for testing and development.
beginner beginner-project crud h2 h2-database java jpa jpa-entities jpa-hibernate maven spring spring-data-jpa spring-mvc springboot springframework
Last synced: 12 Oct 2024
https://github.com/maulayyacyber/crud-codeigniter
Basic CRUD CodeIgniter
basic ci codeigniter create crud delete mysql read update
Last synced: 08 Nov 2024
https://github.com/ttskch/pheetsu
PHP library to CRUDify Google Spreadsheets like sheetsu.com
api crud google-sheets sheetsu spreadsheets
Last synced: 28 Oct 2024
https://github.com/moll/node-heaven-sqlite
Heaven.js's Data Mapper for SQLite. CRUD API that parses and serializes your models to and from SQLite.
crud data-mapper heaven sqlite
Last synced: 15 Nov 2024
https://github.com/projectravel/cashier-app
Cashier-App is a web-based cashier application built using React and other technologies such as API and JSONPlaceholder. The application is designed to help manage sales transactions easily and efficiently.
backend crud frontend jsonplaceholder loginpage react reactjs reactrouter registerpage userinterface
Last synced: 11 Nov 2024
https://github.com/rafaelblum/laravelfox
Mini projeto desenvolvido com laravel 8 para demostrar a criação de CRUD basico em um sistema de blog. O projeto tem como proposito mostrar o sistema e também poder aprender juntos com todos as melhores formas de desenvolvimento.
blade cms crud crud-application diagram laravel laravel-framework migration php sweetalert2 website
Last synced: 10 Nov 2024
https://github.com/rafaelblum/refrigerator-control
Sistema web para solucionar a venda de bebidas de refrigeradores de micro empresas para seu clientes. O sistema terá o cadastro do cliente e acesso via QRCode, pagamento dos produtos e por fim o controle das bebidas. Todo sistema terá no front-end uma area APP para clientes e ADMIN para o(s) administrador(es).
alpinejs control-sistem crud developer filamentphp laravel-10 livewire3 php8 tailwindcss tall-stack
Last synced: 10 Nov 2024
https://github.com/htr3n/spring-jdbc-simple
https://htr3n.github.io/2018/11/test-driven-spring-jdbc/
crud h2-database jdbc junit spring-boot springframework test-driven unit-test
Last synced: 10 Nov 2024
https://github.com/hir4/mongoose_api
Project using Node, Express and Mongoose to create an API that access MongoDB database and make all the CRUD operations.
api-rest crud dotenv express javascript mongodb mongoose nodejs nodemon
Last synced: 07 Nov 2024
https://github.com/codenoid/jihantoro-cr-mysql
An repo for jihantoro.net article
Last synced: 19 Oct 2024
https://github.com/kha333n/crudmodule
This is a simple CRUD module for Laravel. It is a simple module that can be used to create, read, update, and delete records in a database. It will help you implement basic CRUD operations in Laravel with faster speed and better efficiency. Don't waste your time on repetitive basic tasks
crud crud-api crud-operation curd-starter-template laravel laravel-framework laravel-package laravelcrud
Last synced: 11 Oct 2024
https://github.com/mattowings/asp.net-newsnetworkwebapplication
ASP.NET Web Application that mimics a common news website, using CRUD to allow anyone to create, read, update, and delete articles.
asp-net asp-net-core c-sharp crud cshtml front-end ms-sql-server razor-pages
Last synced: 12 Oct 2024
https://github.com/rishabh-pandey-sternx/deno-rest-api
Simple CRUD API build with Deno and Attain(Express) using MongoDB
api attain auth crud crud-api deno denoland heroku logger-middleware mongodb rest static typescript
Last synced: 15 Nov 2024
https://github.com/arhcoder/crud
🎓 Generic NodeJS + MySQL CRUD on Boostrap HTML template...
boostrap crud css generic html javascript mysql nodejs
Last synced: 11 Nov 2024
https://github.com/okakzai/wp-crud
WP CRUD (Create, Read, Update, Delete) adalah Wordpress Plugin untuk manajemen data (tambah, lihat, ubah, hapus) dari database Wordpress yang dibuat ketika plugin ini diaktifkan.
crud website wordpress wordpress-plugin
Last synced: 07 Nov 2024
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: 02 Nov 2024
https://github.com/mnisarali/recipe_app
The Recipe app efficiently manages recipes, ingredients, and inventory. Save ingredients, track availability, create recipes, and generate shopping lists. Share recipes publicly for easy access by all users.
authorization crud devise psql recipe-app rspec ruby-on-rails
Last synced: 10 Nov 2024
https://github.com/viniciusmilk/crud-api
Simple CRUD API made in node with fastify and mysql to persist data, applications are running in containers created with docker and compose
composer crud crud-api docker docker-compose dockerfile fastify javascript mysql node nodemon
Last synced: 23 Oct 2024
https://github.com/kj-empiric/graphql-crud-using-mongodb
Simple Crud Using GraphQL - NodeJS - MongoDB
create crud crud-api crud-application delete graphql graphql-api graphql-server mongodb nodejs read simple update
Last synced: 12 Nov 2024
https://github.com/bkpecho/starwars-quotes-crud-app
This project is a CRUD application with a Star Wars theme, developed using Node.js, Express, and MongoDB. The project demonstrates proficiency in creating a reliable and scalable web application using popular server-side technologies.
api-design backend-development crud express flexibility javascript mongodb node-js programming rest-api scalability star-wars tutorial web-development
Last synced: 13 Nov 2024
https://github.com/devamoghs/crud-using-ror
A basic CRUD interface using React on Rails, can be extended as a template. Feel free to raise an issue if you can make it better
crud crud-application rails-application ruby tutorial-sourcecode
Last synced: 28 Oct 2024
https://github.com/webcat12345/invisible-movie
Technical assignment - Invisible, Handsontable Angular integration
angular crud handsontable movie-api poc typescript
Last synced: 26 Oct 2024
https://github.com/ahmnouira/ex-api-seller-buyer
exercie: vendeur-acheteur-produit-categorie-annocne par [ITGate] methode
api crud curd-server mongodb mongoose nodejs rest-api restful-api
Last synced: 11 Nov 2024
https://github.com/vs4vijay/narvi
A Microservice in NodeJS, Express and MongoDB
api crud crud-application docker docker-compose kubernetes microservice mongodb nodejs restful restful-api
Last synced: 11 Nov 2024
https://github.com/paley777/data-entry
Data Entry is C# language software that functions to run CRUD (Create, Read, Update, Delete) features on databases.
Last synced: 08 Nov 2024
https://github.com/wkrzywiec/parkingmanager
Simple web application using JSP, Servlets, JDBC, MySQL and Gradle
bootstrap crud flywaydb gradle html javaee javascript jdbc jsp-servlet junit mvc mysql rest tomcat
Last synced: 29 Oct 2024
https://github.com/sohanemon/backend-integration
crud express fetch mongodb mongodb-atlas node react react-router
Last synced: 15 Nov 2024
https://github.com/balita1124/sf-projet-de-societe
Projets des societés
authorization crud doctrine mysql security symfony3
Last synced: 12 Oct 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: 15 Oct 2024
https://github.com/walber-vaz/crud-go
Api rest usando go com framework gin-gonic
backend crud docker docker-compose gin-gonic go golang rest-api
Last synced: 12 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: 07 Nov 2024
https://github.com/phrdavis/api_aspdotnet
API Web with ASP,NET
api asp-net-core crud csharp dotnet microsoft microsoft-learn visual-studio-code
Last synced: 11 Nov 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: 10 Nov 2024
https://github.com/sankamuk/simplypythoncrudtool
Simple Flask Crud UI
crud crud-application database flask python webapplication
Last synced: 03 Nov 2024
https://github.com/luminovrym/crud-nextjs-prisma-daisy-ui
CRUD Application with NextJs 13
crud js nextjs-13-typescript prisma supabase
Last synced: 08 Nov 2024
https://github.com/sankargorthi/react-hooks
Demo application with an express server and CRA client
crud express react react-hooks sandbox
Last synced: 12 Nov 2024
https://github.com/lucasrmagalhaes/cadastrodeseries-dotnet
APP simples de cadastro de séries em .NET.
Last synced: 12 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: 14 Oct 2024
https://github.com/imtiajahammad/cachingwebapi
We are building an asp.net core webApi project using net6.0 framework with using mssql server for db and Redis for cache in this project. We are using the Redis server in distributed cache form running in docker
crud csharp docker-redis dotnetcore entity-framework-core mssql-database net6 redis redis-cache
Last synced: 12 Oct 2024
https://github.com/shikhargupta-75/todo-react-project
A simple and efficient Todo List application built with ReactJS and Bootstrap. Manage your tasks with ease using CRUD operations. Features include task addition, editing, deletion, and completion marking. Fully responsive design.
bootstrap5 crud crud-application interactive javascript json-server react-hooks reactjs responsive-design todo todo-app todolist webdevelopment
Last synced: 07 Nov 2024
https://github.com/zabavb/employee-manager
Employee Manager is a simple console application written in C++ to manage employee records. This project was created to demonstrate core principles of object-oriented programming (OOP) and data management.
app-backend application console console-app console-application cplusplus-11 cpp crud crud-app crud-application file filesystem management
Last synced: 12 Oct 2024
https://github.com/shinjimc/spring_security_thymeleaf
The Spring_Security_Thymeleaf project utilizes Java, Spring Boot, and Thymeleaf for a hardware store's invoicing system. It allows employees to generate invoices and admins to manage product data efficiently. Key technologies include Spring Security for authentication and MySQL for database management, all deployable via Docker.
authentication authorization crud docker hardware-store invoice-management java mysql pdf-generation role-based-access-control spring-boot spring-boot-3 spring-security spring-security-jwt tailwindcss thymeleaf web-application
Last synced: 06 Nov 2024
https://github.com/oshkoshbagoshh/mern-ecommerce-site
MERN Stack eCommerce Site
crud mern-stack mvc-architecture react-redux rest-api
Last synced: 15 Oct 2024
https://github.com/6hislain/vote-nest
Simple voting app API
crud nestjs postgresql rest-api swagger typeorm typescript
Last synced: 12 Nov 2024
https://github.com/sdekrishan/allinone
All in one is a compilation of more than 13 projects (javascript and reactjs both).
api chartjs-2 crud css ecommerce html javascript json-server reactjs
Last synced: 12 Nov 2024
https://github.com/asilbekcodes/reactjs_crud
User Management CRUD Application
axios axios-react crud js json json-server jsx react tailwind-css
Last synced: 11 Oct 2024
https://github.com/manish312002/mvblog
MVBlog is a blog management platform that allows users to create, view, edit, and delete blog posts. Users can register, log in, and manage their posts with features such as file uploads and personalized content. The application utilizes JWT for authentication, bcrypt for password hashing, and PostgreSQL for database storage.
api authentication backend bcrypt blog cors crud dotenv express fileupload full-stack jwt middleware multer nodejs pern-stack postgresql rest-api web-application
Last synced: 30 Oct 2024
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: 11 Nov 2024
https://github.com/omarramoun/to-do-list
To-do List Helps You Organize Your Tasks. It Lists The Things That You Need To Do And Allows You To Mark Them As Completed. Built Using Es6 And Webpack, And It Has The CRUD Features
crud css3 es5 font-end html5 todo todoapp todolist webpack
Last synced: 08 Nov 2024