Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 |

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

https://github.com/mohdafjal2004/simple-to-do-app

A simple todo app built using Reactjs with all crud operations , use of props to display data and modify it, styled using Bootstrap alpha

bootstrap5 crud props-and-state-components props-drilling reactjs todo todolist todolist-application

Last synced: 07 Nov 2024

https://github.com/michaelcaxias/blogs-api

API Restful de um Blog com NodeJs, Express, Sequelize e JWT com o banco de dados MySQL utilizando a estrutura ORM e MSC.

api crud jwt msc mysql nodejs sequelize

Last synced: 08 Nov 2024

https://github.com/meenachie/api_todo

REST API for Todo application

api crud php rest-api todo-app

Last synced: 07 Nov 2024

https://github.com/fajarwz/blog-laravel11-crud-file

An implementation of Laravel 11 CRUD and file upload from fajarwz.com/blog

crud example-project file-upload laravel php

Last synced: 07 Nov 2024

https://github.com/mahmoudsayed96/drupal-crud-module-example

Drupal custom module for sample CRUD operation

crud drupal drupal9 php

Last synced: 08 Nov 2024

https://github.com/securityriskadvisors/sra-taxii2-manager-server

TAXII2 server manager for sra-taxii2-server, provides initial auth management and CRUD operations for TAXII2 server pieces

crud stix taxii taxii2 user-management

Last synced: 08 Nov 2024

https://github.com/joanjpx/java-mysql

Usando Driver MySQL / MariaDB en Java con IntelliJ Idea

community crud db driver intellij intellij-idea java jdbc jdbc-driver mariadb mysql test

Last synced: 12 Nov 2024

https://github.com/harshuljain13/restcrud

Rest APi from scratch based on Django rest framework

crud django-rest-framework rest-api

Last synced: 08 Nov 2024

https://github.com/manthanank/node-mongodb-redis-crud

Node.js CRUD API with MongoDB and Redis

api crud mongodb nodejs redis

Last synced: 08 Nov 2024

https://github.com/manthanank/crud-nodejs-mysql

CRUD Node.js MySQL

crud mysql nodejs

Last synced: 08 Nov 2024

https://github.com/ramo4040/todo-list-application-php

🚀 Simple ToDo List app built with PHP and JavaScript 🌟

crud javascript php

Last synced: 09 Nov 2024

https://github.com/aey-ck/flask-crud

Simple functional api in python for employee management application that provides CRUD operations.

crud flask-restful mysql-database python

Last synced: 10 Nov 2024

https://github.com/kougen/fastapi-crud

CRUD operation bootstrapping for FastAPI clients

crud crud-api crud-operation fastapi python

Last synced: 08 Nov 2024

https://github.com/leolanese/angular-restapi-rxjs-material

Angular 9 + REST API + RxJS Observables and UI Material CRUD examples

angular angular-material crud css rest-api rxjs

Last synced: 14 Nov 2024

https://github.com/discoduroderoer/example-crud-nestjs-mongodb

Ejemplo de CRUD con NestJS y mongoDB

crud mongodb mongoose nestjs nestjs-backend

Last synced: 08 Nov 2024

https://github.com/discoduroderoer/example-crud-nestjs

Ejemplo de un CRUD simple con Nest.js (sin base de datos)

create crud delete example nestjs read update usuarios

Last synced: 08 Nov 2024

https://github.com/esperanca-leonardo/quick-form-fill-backend

Quick Form Fill Backend is an API developed in Spring Boot to manage CRUD (Create, Read, Update, Delete) operations for products.

aspect-oriented-programming crud exception-handler h2-database jpa lombok modelmapper reflection rest-api spring-boot

Last synced: 09 Nov 2024

https://github.com/rougin/dexterity

"Ready-to-eat" and framework-agnostic CRUD controllers.

controller crud dexterity framework-agnostic ready-to-eat

Last synced: 10 Nov 2024

https://github.com/mdsaad13/crud-redbean

Examples of crud operation with classes using redbean ORM

bootstrap4 class crud crud-sample mdsaad13 oops php redbean redbeanphp

Last synced: 14 Nov 2024

https://github.com/adydetra/laranuxt-front

🚀 Laravel x Nuxt - Front

crud laravel mysql nuxt

Last synced: 09 Nov 2024

https://github.com/markohautala/django-auth-crud-app

A Django application featuring CRUD operations and user authentication.

auth authentication crud crud-application css django django-application html javascript python

Last synced: 10 Nov 2024

https://github.com/karmek-k/bookmgr

Booky - Book library manager web application

books crud django python

Last synced: 12 Nov 2024

https://github.com/izaiasmorais/adonis-api

Uma simples API feita com o framework Adonis.js.

adonis5 adonisjs api crud

Last synced: 14 Nov 2024

https://github.com/k3ury99/proyectos-python

This is a series of python projects such as bank ATMs and pizzerias that will allow quick understanding and management of data in python.

atm crud python

Last synced: 10 Nov 2024

https://github.com/mechiuw/springboot_tabletrack-management-app

The TableTrack App is a comprehensive Backend System designed to manage restaurant operations efficiently. using RESTful API , Springboot, Postgres, Spring-Security, and More.

backend-api crud crud-api dependency-injection lombok management-system monolith-architecture posgtresql postgres postgresql-database restful-api spring-boot spring-mvc spring-security springboot

Last synced: 12 Nov 2024

https://github.com/juanma-gutierrez/simpleticket

Ejercicio CRUD realizado en PHP dentro del módulo UF1844 Programación en entorno servidor del CDP DAW.

crud css html php

Last synced: 12 Nov 2024

https://github.com/valchanoficial/nodejs2

Alura: Node.js Parte 2: MVC, autenticação e autorização

authentication authorization bootstrap crud javascript js marko node nodejs sqlite

Last synced: 09 Nov 2024

https://github.com/valchanoficial/nodejs1

Alura: Node.js Parte 1: Inovando com JavaScript no backend

crud javascript js node nodejs sqlite

Last synced: 09 Nov 2024

https://github.com/santrikoding-com/crud-laravel-inertia.js

CRUD Laravel dengan Inertia.js

crud inertia inertiajs laravel

Last synced: 10 Nov 2024

https://github.com/isaychris/react-redux-test

A simple CRUD react app to test out react-redux, react ui frameworks and netlify :: https://ecstatic-kalam-7158f1.netlify.com/

crud react react-redux redux

Last synced: 09 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/technote-space/laravel-crud-helper

CRUD helper for Laravel

crud laravel

Last synced: 09 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/lunaperegrina/crud-alunos-com-imagens

CRUD de administradores e alunos com upload de fotos

api-rest crud express jwt multer mysql nodejs sequelize

Last synced: 09 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/applexumber/book_tracker

Aplicativo de gerenciamento de livros desenvolvido em Flutter.

books crud flutter flutterflow oop

Last synced: 09 Nov 2024

https://github.com/mars05/crud-vscode-plugin

🛠︎一个用于代码生成的Vscode插件,可以根据数据库表结构,帮助您从不同的模板快速生成相关代码。

code-generator crud tools vscode-extension

Last synced: 09 Nov 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/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/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/albertolinde/helpthecat-web

Gestor de la BBDD de la aplicación Android. Aplicación WEB muy sencilla Crud Rest.

android angular crud firebase rest

Last synced: 12 Nov 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/vircoding/vue-crud-practice

CRUD Practice Project with Vue.js and Google Firebase inspired on Bluuweb's one

bootstrap crud firebase html javascript nanoid vue vuecli vuerouter vuex

Last synced: 11 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/crud_series-php_laravel

Laravel: crie aplicações web em PHP

alura crud laravel mvc php series

Last synced: 12 Nov 2024

https://github.com/lucasrmagalhaes/cadastrodeseries-dotnet

APP simples de cadastro de séries em .NET.

crud dio dotnet

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/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/adrianomonteiroweb/golang-crud

Repositório de estudos em Golang com um projeto CRUD, Postgres e Docker.

crud docker gin go golang pg postgresql psql testify unit-testing

Last synced: 11 Nov 2024

https://github.com/jennndol/portfolio-hub

This project is created to help managing portofolios. Developed by using Django framework and bootstrap3

bootstrap3 crud django

Last synced: 11 Nov 2024

https://github.com/varejaodacarne/vanilla_node_api_rest

Full CRUD REST API using Nodejs with no framework

crud javascript nodejs rest-api

Last synced: 11 Nov 2024

https://github.com/albertho425/js-to-do-app-with-api

A to-do app that also display's a user's temperature and country eomoji

bootstrap crud javascript to-do

Last synced: 11 Nov 2024

https://github.com/efeturkemir/online-exam-platform

A streamlined web app for secure online exams, featuring intuitive user and admin interfaces, powered by Vue.js, ASP.NET Core, and MongoDB.

admin-dashboard asp-net-core crud jwt-authentication mongodb online-exam-system online-school typescript vue

Last synced: 12 Nov 2024

https://github.com/alexanderkhivrych/restfull-api-laravel-test

This is the test project on Laravel Framework. Project has a small databse structure, i wrote seeds and migration, also REST API for CRUD products, vouchers, discounts

boostrap crud laravel54 mysql php7 rest-api

Last synced: 11 Nov 2024

https://github.com/mdazlaanzubair/contact-app-api

A Contact List MERN application protected with JWT authentication system.

authentication contact crud express javascript jwt list mongo node open source

Last synced: 11 Nov 2024

https://github.com/fernandod1/laser-hair-removal-app

Full PHP control panel to manage client's database and sessions consumptions of laser hair removal in a beauty center.

beauty-salon control-panel crud hair-removal hair-treatments hairsalon laser laser-hair-removal mysql php

Last synced: 12 Nov 2024

https://github.com/wgtsantos/aula_php_m

Aula de Integração com banco de dados por meio da linguagem de programação (PHP)

crud pdo pdo-mysql pdo-php php php7 php8

Last synced: 14 Nov 2024

https://github.com/2kabhishek/lacrud

CRUD Laravel API 🍦🐘

api backend companion crud laravel starter

Last synced: 12 Nov 2024

https://github.com/othmanenissoukin/notes-keeper

Simple Note Application using pure Javascript with DOM manipulation and using the Local Storage to save setting and data in the browser.

bootstrap crud crud-application crud-sample css dom-manipulation front-end html html5 javascript keep-notes localstorage notes notes-app notes-keeper noteskeeper todo-app todo-list todoist web-application

Last synced: 14 Nov 2024

https://github.com/traveltimn/flask-task-manager-project

Tutorial for Code Institute course: Flask + MongoDB with CRUD functionality

code-institute crud flask gitpod heroku mongodb python

Last synced: 13 Nov 2024

https://github.com/erossini/contorsouniversity5

Here I review and customize the CRUD (create, read, update, delete) code that the MVC scaffolding automatically creates for you in controllers and views in .NET5

asp-net-core asp-net-mvc aspnetcore crud net5 net50

Last synced: 13 Nov 2024

https://github.com/nshahaf/ecommerce

React shopping cart app, with zustand state managment, responsive design and mobile navigation bar

cart crud react responsive-design scss zustand

Last synced: 13 Nov 2024

https://github.com/jaymar14/week-18

MongoDB/Mongoose activities

back-end crud database mongodb mongoosejs nodejs populate scrape

Last synced: 14 Nov 2024

https://github.com/kaloslazo/tumipalace

Implementation of interactive CRUD web casino developed in the Platform Based Development course CS2031 at UTEC.

api casino crud css flask html javascript platform-based-development postgresql python sqlalchemy vuejs

Last synced: 13 Nov 2024

https://github.com/marx-wrld/crud-operations

A create, read, update and delete application in php

crud php

Last synced: 13 Nov 2024

https://github.com/andy-aa/mydb

The lightweight ORM for MySql and MariaDB

crud mariadb mysql orm pagination php query-builder

Last synced: 13 Nov 2024

https://github.com/knowledgefactory4u/dotnet6-postgresql-vuejs3-crud

.Net 6 + PostgreSQL + Vue.js 3 CRUD Application Example

crud dotnet6 postgresql vuejs vuejs3

Last synced: 14 Nov 2024

https://github.com/knowledgefactory4u/dotnet-postgresql-reactjs-crud-app

.Net + PostgreSQL + React JS CRUD Application Example

crud dotnet dotnet6 postgresql reactjs

Last synced: 14 Nov 2024

https://github.com/knowledgefactory4u/dotnet6-mysql-vuejs3-crud

.Net 6 + MySQL + Vue.js 3 CRUD Application Example

crud dotnet6 mysql vuejs vuejs3

Last synced: 14 Nov 2024

https://github.com/mixerapi/crud

A CakePHP CRUD (Create/Read/Update/Delete) services for your RESTful APIs controller actions using CakePHP's dependency injection container. [READ ONLY]

calephp crud php rest rest-api

Last synced: 13 Nov 2024

https://github.com/h3ar7b3a7/djangocourse

Revisiting Python Django web framework nearly 10 years later with some help of freeCodeCamp.org.

bootstrap4 crud django heroku

Last synced: 15 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/luanroger/electric-drizzle

shadcn-ui and Drizzle ORM with Electron. Based on electron-shadcn

crud demo drizzle-orm electron react shadcn-ui tailwindcss template web

Last synced: 15 Nov 2024

CRUD Awesome Lists
CRUD Categories