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/umbrellacrow612/nextjs-prisma-api-example

using Prisma and Next.js together to build a robust API that enables users to perform CRUD operations on data. By combining the flexibility of Next.js with the ease of use of Prisma, this API offers a scalable and efficient solution for web development projects. Check out the code and get started building your own API

api crud databases nextjs prisma sqlite

Last synced: 11 Dec 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: 12 Jan 2025

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: 12 Jan 2025

https://github.com/manthanank/crud-hono

CRUD Hono App

crud hono vercel

Last synced: 11 Dec 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: 12 Jan 2025

https://github.com/mrf0rtuna4/taskflowapi

🧺 RESTful API для управления задачами с поддержкой CRUD операций, JWT-аутентификации и возможностью фильтрации задач по статусу и дате.

crud java jwt postgresql restful-api spring-boot

Last synced: 11 Dec 2024

https://github.com/pedro-donoso/node-postgresql

API REST con Nodejs y base de datos Postgresql, el usuario puede crear nuevos proyectos con POST, consultar existentes con GET o especificos por ID, actualizar con PUT y eliminar con DELETE

api api-rest crud express express-js expressjs morgan node node-js nodejs nodemon pg pg-hstore postgres postgresql

Last synced: 26 Nov 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: 16 Dec 2024

https://github.com/nubisub/wengdevproject

Project Akhir Pemrograman Web

basic crud html-css-javascript php

Last synced: 24 Dec 2024

https://github.com/melardev/elixir_phoenix_ecto_authjwt_crud

Elixir Crud application built with Phoenix, secured with JWT

api crud ecto elixir full-stack fullstack jwt phoenix rest

Last synced: 26 Nov 2024

https://github.com/robert-ds/app-books-php

App for sharing free books

application crud crud-application php7 site

Last synced: 22 Dec 2024

https://github.com/pedro-donoso/test

REACT CRUD: El usuario puede Crear, Leer, Actualizar y Borrar elementos de una base de datos en Postgresql, se visualizan los cambios en el FrontEnd en una tabla de Bootstrap y utilizo React

bootstrap cors crud express front-end frontend node nodejs nodemon pg react

Last synced: 26 Nov 2024

https://github.com/shibuyakosuke/laravel-crud-breadcrumbs

Breadcrumbs package for php7+

artisan breadcrumbs crud laravel

Last synced: 28 Nov 2024

https://github.com/pedro-donoso/crud

CRUD: Backend realizado con Nodejs que CREA un archivo, eligiendo un Key provisorio y permite LEER su contenido en un mensaje, el usuario puede RENOMBRAR el archivo para ELIMINAR el último creado

backend bootstrap crud html5 nodejs

Last synced: 26 Nov 2024

https://github.com/indraxyz/nextjs-mui-expressjs-sequelize-mysql

understanding combination with Nextjs, Material Ui, expressjs, mySql, Sequelize.

crud expressjs javascript material-ui mysql nextjs reactjs sequelize-orm

Last synced: 02 Dec 2024

https://github.com/blordeus/to-do-app

A To-Do list app made with React Chakra UI. My first attempt at a CRUD app

chakra-ui crud react todolist

Last synced: 10 Jan 2025

https://github.com/parzibyte/mysql-php-pdo-tutorial

MySQL and PHP connection using PDO

crud database example mariadb mysql pdo php sql

Last synced: 25 Nov 2024

https://github.com/fjerbi/ultimateblog

The ultimate blog, a package that will allow you to integrate a blog systemin your Laravel Application with likes/ dislikes on posts, comment system,Notification system, author profile and views count

blog blog-package blogging blogsystem crud larablog laravel laravel-blog laravel6 likes-count notifications package

Last synced: 10 Jan 2025

https://github.com/fityannugroho/contact-app

A simple contact android app. CRUD implementation using SQLite & Firebase.

android-app contacts-app crud firebase firestore sqlite

Last synced: 18 Dec 2024

https://github.com/vagnerbellacosa/007_catalogodejogosdotnet

BootCamp GRUD API Catalogo de jogos em Dot Net

api c-sharp crud digital-innovation-one dio dot-net game

Last synced: 01 Dec 2024

https://github.com/kauefraga/zssn

🧟 Zombie Survival Social Network | Credits: mauricioklein

crud crud-api express rest-api typescript zombies

Last synced: 15 Dec 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: 18 Dec 2024

https://github.com/websolutionstuff/laravel-9-rest-api-with-passport-authentication

we will see an example of laravel 9 REST API with passport authentication. Also, perform CRUD operation with laravel 9 REST API.

authentication crud crud-operation laravel laravel9 passport rest-api restful-api

Last synced: 11 Dec 2024

https://github.com/muhdhanish/next_curd_api

This repository contains a simple Next.js application that demonstrates CRUD (Create, Read, Update, Delete) operations using local data. The application showcases a basic implementation of a CRUD system without any database.

crud nextjs rest-api typescript

Last synced: 03 Dec 2024

https://github.com/melardev/expressapimongoosepaginatedcrud

Express Api Rest application implementing CRUD with pagination

api crud express full-stack fullstack http mongodb mongoose node node-js nodejs npm pagination rest todo

Last synced: 26 Nov 2024

https://github.com/andre-alck/parking_control_api

CRUD desenvolvido através do framework SpringBoot

crud crud-api database java postgres postgresql springboot

Last synced: 03 Dec 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: 09 Jan 2025

https://github.com/manthanank/nodejs-swagger-mongodb-crud

Node.js CRUD API with Swagger Documentation using MongoDB

crud mongodb nodejs swagger swagger-ui

Last synced: 02 Dec 2024

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

Node.js CRUD API with Swagger Documentation using MySQL

crud mysql nodejs swagger swagger-ui

Last synced: 02 Dec 2024

https://github.com/alddesign/crudkit

CRUDKit lets you create UI webpages for existing databases within minutes.

adminlte crud crud-application database database-management laravel php php8 sql sqlite ui-kit ui-kit-framework uikit

Last synced: 03 Dec 2024

https://github.com/davidmartinperez/jqueryui-crud

CRUD with JqueryUI-PHP-MYSQL

crud jquery jquery-ui mysql php sql

Last synced: 02 Dec 2024

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

A create, read, update and delete application in php

crud php

Last synced: 12 Jan 2025

https://github.com/walderlansena/softstore

:moneybag: SoftStore Sistema de gerenciamento de pedidos com imposto e valor final. Feito em PHP 7, Com Estrutura Hexagonal.

controller crud css hexagonal-architecture mvc order php7 routes system

Last synced: 02 Dec 2024

https://github.com/carloszoft/usercrud

API simples de cadastro de usuários

api crud express javascript jest nodejs

Last synced: 26 Nov 2024

https://github.com/austinkregel/laravel-abstract

A very abstracted way to get CRUD up and running.

crud headless-cms laravel

Last synced: 18 Dec 2024

https://github.com/solutionstack/node-crud-demo

A Node C-R-U-D Demo with Redis in memory cache

crud demo nodejs redis

Last synced: 31 Dec 2024

https://github.com/alexanderuk82/patient-list

It allows users to create, edit, and delete patient records in a simple and intuitive way. The project utilizes functional components and hooks to manage state and handle user interactions.

crud crud-application javascript react reactjs scss

Last synced: 21 Nov 2024

https://github.com/syncfusionexamples/mvc-scheduler-crud-action-with-editor-template

The repository created to demonstrate how to handle CRUD action with editor template in ASP.NET MVC Scheduler

crud editor-template mvc-scheduler schedule

Last synced: 16 Dec 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: 10 Jan 2025

https://github.com/onekiloparsec/vuex-module-generator

A generator of full-featured Vuex modules for CRUD REST endpoints handling mutations, actions, state & selection. Ideal for large Vue.js SPA using dozens of API endpoints (see https://www.arcsecond.io as an exemple).

axios crud javascript no-dependencies nodejs rest spa vue vuejs vuex

Last synced: 18 Dec 2024

https://github.com/ahsannjavaid/un-portal

UN Portal is an educational portal where teachers register students and assign them with their academic record and students see their academic record by logging into their respective accounts. Please refer to README.md file to know more about this project.

academia admin crud education instructors students

Last synced: 03 Dec 2024

https://github.com/melardev/javaspringbootauth0jwtcrud

Java Spring Boot Crud application secured with Jwt using Auth0 Library

auth0 crud full-stack fullstack java jwt spring-boot

Last synced: 26 Nov 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: 17 Dec 2024

https://github.com/walber-vaz/backend-fastapi

Criando backend usando fastapi e metedologia TDD

crud fastapi poetry pydantic pytest python tdd

Last synced: 22 Nov 2024

https://github.com/danhiel98/crudentityframework

Ejemplo de CRUD utilizando Entity Framework 6

crud csharp entity-framework

Last synced: 22 Nov 2024

https://github.com/sjlouji/react-js-and-drf---crud-form

Repository made for my Medium Bog. Do visit it where I have explained about creating a form with React and making a request to an API created with DRF

crud crud-application drf joan-louji-medium react-crud reactjs

Last synced: 25 Nov 2024

https://github.com/sirsayed98/express-start-files

these are usually common files and functions which should be existed in any Node express project

api authentication backend crud error-handling express nodjs pagination

Last synced: 01 Jan 2025

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: 10 Jan 2025

https://github.com/rtasalem/todo-list-application

A containerised to-do list application which uses RESTful API consumption throughout to allow users to fetch, add, update, and delete tasks from a PostgreSQL database. Built using Node.js, Express.js, React.js, and PostgreSQL. Frontend, backend, and database are fully containerised using Docker.

amazon-s3 crud docker javascript jest mocha nodejs pgadmin4 postgresql reactjs rest-api selenium sequelize

Last synced: 25 Dec 2024

https://github.com/leonardomenezes7/tasks-api

This task management API was developed using pure Node.js, without any external dependencies. The API provides a simple and efficient solution for managing tasks, allowing you to create, read, update, and delete (CRUD) tasks.

api crud csv-parser nodejs

Last synced: 03 Dec 2024

https://github.com/danialeyz/weather-app

This interactive application, built using HTML, CSS, JavaScript, and the Fetch API method, allows you to explore real-time weather updates from around the world.

api api-rest crud fetch fetch-api weather-api weather-app

Last synced: 09 Dec 2024

https://github.com/mzilinassim/todo-list-php

manage tasks effectively, and work smoothly.

crud css html mysql php sql

Last synced: 01 Jan 2025

https://github.com/rudolphreti/wonderlynx

WonderLynx is a CRUD application for managing references built with .NET 8.0 and C# 12. The main goal of this project is to increase author's knowledge of the technologies used in production environments as well as best practices for writing code.

asp-net-core crud csharp mvc reference-management

Last synced: 25 Dec 2024

https://github.com/nirav-gajera/codeigniter-crud

simple codeginiter CRUD operation app to manage posts ,search post functionality with ajax ,bootstrap

ajax application bootstrap codeigniter codeigniter-crud codeigniter3 crud environment html-css-javascript jquery laravel package php php-framework repository sql vscode

Last synced: 26 Nov 2024

https://github.com/websolutionstuff/laravel-9-react-js-crud-operation-example

This article will show the laravel 9 react js crud operation example. Here, we will learn how to create crud operation in laravel 9 using react js application. In the backend we will use laravel 9 and frontend we will use react js.

crud crud-application crud-operation laravel laravel-9 laravel-breeze laravel-vite laravel9 react react-crud-app react-js tailwind-css

Last synced: 11 Dec 2024

https://github.com/andresfernandez89/app-apirest-nodejs-mongodb-expressjs-passport

crud-dao-express-ejs-mongodb-passport-websockets-nodemailer-twilio

crud expressjs javascipt mongodb nodejs nodemailer passport twilio websockets

Last synced: 26 Dec 2024

https://github.com/shaheennabi/unified-database-connector-package

🎇 MongoDB Automator 🎇 A powerful tool for automating MongoDB operations, making it easier than ever to connect and perform CRUD functionality. 🚀 Future updates will expand support to MySQL, Cassandra, and beyond, bringing even more database versatility to your fingertips! 🌟💻

crud database database-operations machinelearning modular-coding mongodb pypi-package

Last synced: 04 Dec 2024

https://github.com/pikuzamarie/project-cost-calculator

CheckSum - calculate project cost at ease

calculator-application crud material-ui react redux

Last synced: 17 Dec 2024

https://github.com/ttskch/pheetsu

PHP library to CRUDify Google Spreadsheets like sheetsu.com

api crud google-sheets sheetsu spreadsheets

Last synced: 15 Dec 2024

https://github.com/tariqjamel/ktor-rest-api

This project is a REST API built using Kotlin and Ktor that allows users to perform basic CRUD operations on tasks.

api crud kotlin ktor rest-api

Last synced: 26 Dec 2024

https://github.com/huangbuhuan/spring-boot-curd

springboot实现简单的增删改查

crud mysql simple springboot

Last synced: 01 Dec 2024

https://github.com/remcostoeten/productivity-panel

A panel which is a V2 of my all-in-one dashboard build in React 19, Next 15 utilizing Clerk, Drizzle, Turso, SQLite and many more.

authentication clerk crud drizzle-orm framer-motion nextjs15 react19 saas scss serveractions sqlite tailwind turso turso-db

Last synced: 26 Dec 2024

https://github.com/cyberg4b/api-rest-spring-boot

Um CRUD básico que utiliza Spring Data JPA, Hibernate, Spring Security, e PostgreSQL.

api-rest crud java postgresql spring-boot

Last synced: 01 Jan 2025

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: 10 Jan 2025

https://github.com/divanny/generatecrudprocedures

This stored procedure allows you to build basic CRUD procedures for a given table in a SQL Server database.

crud sql stored-procedure

Last synced: 02 Jan 2025

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: 31 Dec 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: 31 Dec 2024

CRUD Awesome Lists
CRUD Categories