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/halilugur/pythonflaskaws

Quotes Application is a Flask-based web application that allows users to manage their favorite quotes with CRUD operations. Built with Python, Flask, and Bootstrap, it provides an intuitive interface for creating, reading, updating, and deleting quotes.

aws bootstrap crud flask jquery quote

Last synced: 08 Nov 2024

https://github.com/juliendelplanque/easycrud

A framework to perform CRUD on relational databases easily from Pharo.

crud databases pharo

Last synced: 31 Oct 2024

https://github.com/arielspencer/api-bookstore-node-express

📚 API Bookstore é uma aplicação backend em Node.js e Express para gerenciar catálogos de livros.

api backend crud express javascript mongodb mongoose node-js restful

Last synced: 06 Nov 2024

https://github.com/dialeleven/laravel-crud-in-50-minutes-for-beginners-from-scratch

Laravel CRUD in 50 minutes for Beginners from Scratch tutorial by Devtamin. From BASIC Laravel to more ADVANCED concepts! See README. Tutorial Github repo - https://github.com/devtamin/Laravel-CRUD-for-Beginners/tree/master.

crud laravel

Last synced: 06 Nov 2024

https://github.com/jeremiias8/crud-meanstack

CRUD con Angular 14 en el frontend y NodeJS en el backend.

angular crud javascript nodejs typescript

Last synced: 08 Nov 2024

https://github.com/jedymatt/notemanager

A simple note management web app with CRUD implementation using Laravel 8 framework and Bootstrap 5 for styling

crud laravel php

Last synced: 07 Nov 2024

https://github.com/thenriquedb/todo-list-with-spring

API Rest para gerenciamento de lista de tarefas, construída em Java com o framework Spring Boot.

crud java openapi3 spring spring-boot swagger

Last synced: 08 Nov 2024

https://github.com/jeremiias8/crud_java_mysql

Pequeño CRUD hecho en NetBeans usando Java con la BBDD MySQL

crud java mysql

Last synced: 08 Nov 2024

https://github.com/aswassaw/go-restful-api

Belajar membuat sebuah RESTful API sederhana menggunakan Golang.

crud golang restful-api

Last synced: 06 Nov 2024

https://github.com/aswassaw/crud-react-ci4

Membuat CRUD sederhana menggunakan React sebagai FE dan CodeIgniter 4 sebagai BE.

codeigniter4 crud reactjs

Last synced: 06 Nov 2024

https://github.com/bartzalewski/firebase-crud-app

Firebase Firestore CRUD app created for my Instagram, @bart.code

crud crud-application firebase firestore-database reactjs

Last synced: 09 Nov 2024

https://github.com/kinstl/cutcode-laravel

Laravel-based web app. Features include user authentication, CRUD operations, RESTful API integration, admin panel for content editing, dynamic frontend rendering, pagination, form validation, and secure middleware handling.

blade crud laravel php rest-api tailwindcss vite

Last synced: 31 Oct 2024

https://github.com/danilqa/nest-js-registry-starter

Simple CRUD-repository based on Nest.js and mongo. Includes e2e specs.

api crud mongodb nestjs starter typescript

Last synced: 17 Oct 2024

https://github.com/ltfschoen/meteor-rumedge

Meteor app using MongoDB uses CRUD interface to generate candidate skills profile and show statistics

api blaze buildpack crud es6 heroku heroku-buildpack material-ui meteor mongodb nodejs reactjs yarn

Last synced: 17 Oct 2024

https://github.com/jeck0v/fastapi-celery-redis

Web App: Celery, Redis + FastApi

celery crud fastapi firebase firebase-auth redis

Last synced: 31 Oct 2024

https://github.com/imdesai00/crud-app-angular

in this project i can apply some functionality like forget password, hash password, login register using JWT Token and CRUD operation.

angular crud forgot-password forgot-password-email hashpassword jwt-authentication jwt-token smtp tailwindcss

Last synced: 06 Nov 2024

https://github.com/rubensdimasjr/jsp-maven-hibernate-crud

Basic user registration and login system, user and products management web application using JSP, Servlet, Maven and Hibernate.

bootstrap5 bootstrap5-template crud hibernate java jquery jsp maven

Last synced: 06 Nov 2024

https://github.com/deverebor/sistemacadastrodeprodutos

Sistema para cadastro de clientes/produtos e seus respectivos tipos.

crud java java-project university-project

Last synced: 06 Nov 2024

https://github.com/deverebor/cadastroagenda

Atividade ministrada pela disciplina de POO.

crud java11 university university-project

Last synced: 06 Nov 2024

https://github.com/shamaru001/nestjs-crud

Crud made with NestJS

crud mongo mongoose nest nestjs typescript

Last synced: 07 Nov 2024

https://github.com/pietrohl/express-quote-server

A test application to create and store famous quotes from famous people. Structured with client and a CRUD API/cloud MongoDB backend.

api-client babel babel-plugin babeljs crud crud-api mongodb mongoose mongoosejs rest rest-api

Last synced: 16 Nov 2024

https://github.com/sibeux/web-keuangan-app

Website pencatatan keuangan

catatankas crud nasrulwahabi php sibeux website

Last synced: 07 Nov 2024

https://github.com/pratiktomar/contactcloud-mern

ContactCloud is full-stack application that allows users to manage their contacts. Users can create, view, edit, and delete contacts, each of which is associated with a specific user. The application is built using Node.js, Express, MongoDB for the backend, and React.js for the frontend.

api authentication authorization crud custom-hooks react-router specific-user

Last synced: 31 Oct 2024

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: 23 Oct 2024

https://github.com/chrischan1117/django-photo-app

Django photo management and configuration

crud django image photo

Last synced: 08 Nov 2024

https://github.com/khalilannbiya/bookshelf-app

Submission Dicoding at Belajar Membuat Front-End Web untuk Pemula class

bookshelf crud css html javascript

Last synced: 07 Nov 2024

https://github.com/hamideidy/vuex-todo

The project is about task management with the ability to add, edit, filter and delete tasks. receiving data from an API using the axios package. The code is written using the Vue framework with a focus on using the Vuex state manager.

axios axios-vue crud crud-application css html javascript jsonplaceholder jsonplaceholder-api todo todolist vue vue3 vuejs vuex vuex-store vuex4

Last synced: 08 Nov 2024

https://github.com/hamideidy/pinia-todo

The project is about task management with the ability to add, edit, filter and delete tasks. receiving data from an API using the axios package. The code is written using the Vue framework with a focus on using the Pinia state manager.

axios axios-vue crud crud-application css html javascript jsonplaceholder jsonplaceholder-api pinia pinia-vuejs pinia2 piniajs sweetalert2 todo todolist vue vue3 vuejs

Last synced: 08 Nov 2024

https://github.com/glatek/rutabaga

JSON Schema-backed CRUD operations in Service Workers with IndexedDB.

crud indexeddb json-schema service-worker

Last synced: 31 Oct 2024

https://github.com/edu-fedorae/covid-19-report-mvc-crud-application

Simple PHP application that does basic CRUD operations for covid-19 cases.

covid-19 crud javascript mvc mysql oop pdo php uikit

Last synced: 08 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.

crud javascript json

Last synced: 15 Nov 2024

https://github.com/vinyl-davyl/nextra-diary

Nextra-Diary: CRUD Fullstack BoilerPlate Archive. NextJS, PrismaORM, MongoDB.

crud diary mongodb nextjs nextjs13 prisma prisma-orm typescript

Last synced: 10 Nov 2024

https://github.com/a-samod/subscription-management-backend

The backend for the subscription management application is built using Node.js and MongoDB, providing functionalities such as creating subscription groups, adding members, and tracking payments.

crud mongodb nodejs subscription-management

Last synced: 07 Nov 2024

https://github.com/dore4n/cardapio

Este projeto é uma API REST desenvolvida para gerenciar um cardápio digital, permitindo a criação, leitura, atualização e exclusão de itens do cardápio. A aplicação foi construída utilizando Java Spring Boot para o backend e PostgreSQL como banco de dados.

api-rest crud java mvc-architecture postgresql springboot

Last synced: 31 Oct 2024

https://github.com/lin3s/admincrudextensionsbundle

CRUD extension for LIN3SAdmin

admin-ui crud lin3s-admin php

Last synced: 07 Nov 2024

https://github.com/gahbr/registro-de-alunos

Registro de alunos em nodejs com front-end

crud estudos exercicio mysql nodejs sequelize

Last synced: 07 Nov 2024

https://github.com/xdillx/kanban-todolist

A personal Delphi project showcasing CRUD operations with a Kanban board feature for managing multiple projects. Offers a dynamic approach to task management.

crud delphi kanban personal-project project-management task-management todolist

Last synced: 07 Nov 2024

https://github.com/gahbr/agenda-de-contatos

Projeto crud simples em Java. Link para o Java docs: https://gahbr.github.io/Agenda-de-contatos/

crud crud-application java javascript jsp-servlet mvc mysql

Last synced: 07 Nov 2024

https://github.com/hilmizul/nodejs-crud

Aplikasi Daftar Belanja menggunakan Node.js & Express

crud express mysql nodejs

Last synced: 07 Nov 2024

https://github.com/yracnet/spa-crud-v1

Crud Generator From JPA Modeler

abm angularjs crud crud-generator jpa-modeler jsf spa-crud xslt

Last synced: 08 Nov 2024

https://github.com/yracnet/gvy-template

[Create, Read, Update and Delete] Simple Template from JPA Modeler using Groovy Template

crud generator groovy java jta

Last synced: 08 Nov 2024

https://github.com/jonatandb/mern-tasks-manager_jwt-mongoose

Fullstack React-Express: Tasks Manager App (with JWT Auth, Mongoose and more)

api axios crud express jonatandb jsonwebtoken mongodb mongoose morgan nodejs nodemon react tailwindcss vite zod

Last synced: 12 Nov 2024

https://github.com/agnii555/tinytweets

TinyTweets is a micro-blogging application that allows you to view, create and update blogs. This micro blogging application is developed using JavaScript, HTML and SCSS.

crud css html javascript json scss xml xmlhttprequest

Last synced: 07 Nov 2024

CRUD Awesome Lists
CRUD Categories