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/raharrison/spring-boot-crud-api
The simplest CRUD API with Spring Boot
api crud easy liquibase rest-api simple spring spring-boot
Last synced: 14 Oct 2024
https://github.com/edinsonrequena/create-read-update-delete
backend crud crud-sample database python python3
Last synced: 14 Oct 2024
https://github.com/rohanvron/socialapp
SocialApp is a MERN-stack application that allows users to create, view, update, and delete posts. Users can manage their posts with images, titles, and descriptions in a seamless interface.
crud mern-stack post-management-system react redux
Last synced: 04 Nov 2024
https://github.com/dbgjerez/iot-devices-crud
microservice to manage iot device configuration. Developement with gingonic, golang and MongoDB
crud docker gin gin-gonic golang helm iot kubernetes mongodb
Last synced: 14 Oct 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/marlinsk/estudo-nodejs-api-restfull-mvc1
Projeto de estudo de retirado dos conteúdos práticos de uma aula prática no canal Hora de Codar do Matheus Battisti e um post do Emmanuel Etukudo no DEV Community. Link do vídeo: https://www.youtube.com/watch?v=K5QaTfE5ylk, link do post: https://dev.to/eetukudo_/understanding-mvc-pattern-in-nodejs-2bdn
apirestfull crud javascript mongodb mongoose mvc-architecture nodejs
Last synced: 10 Nov 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/marlinsk/posts-backend
Project created for learning how the Node.js, Nest.js, Prisma ORM, Postgresql, and Docker technologies have to offer to develop a backend application for posts.
crud docker docker-compose jest-tests mvc-architecture nestjs nodejs postgresql prisma typescript
Last synced: 10 Nov 2024
https://github.com/marlinsk/solid-node-backend
Projeto muito muito simples, feito para estudo de programação de API Rest feito com nodejs, typescript e conceitos do SOLID.
crud express-js nodejs prisma rest-api software-architecture-patterns solid typescript
Last synced: 10 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/rdp77/codeigniter
Simple Program With CodeIgniter
codeigniter crud css html javascript mariadb mysql php simple-app
Last synced: 15 Nov 2024
https://github.com/jeremiias8/crud_java_mysql
Pequeño CRUD hecho en NetBeans usando Java con la BBDD MySQL
Last synced: 08 Nov 2024
https://github.com/arthur5120/real-time-chat-app
Real-time chat app with auth, room management, user status tracking, and notifications.
axios chat crud express fullstack mysql node-js prisma react real-time socket-io tailwindcss typescript
Last synced: 01 Nov 2024
https://github.com/mangesh-balkawade/express-sequelize-kit-mb
A reusable package for backend development using Node.js, Express, and Sequelize, featuring customizable CRUD operations and commonly used API and repository functions. It promotes clean code, encapsulation, and DRY principles for easy integration into various projects.
backend crud express mvc mysql nodejs orm repository-pattern rest-api sequelize
Last synced: 14 Oct 2024
https://github.com/jmcph4/nomisma
A management system to support numismatic collections
coin crud ror ruby ruby-on-rails web web-application webapp
Last synced: 06 Nov 2024
https://github.com/a-samod/vehicle-registration-api
This Node.js and MongoDB-powered REST API enables user registration and vehicle number validation with CRUD operations. It includes features like filtering, pagination, and timestamps in Sri Lankan Time (UTC+5:30).
crud expressjs mongodb nodejs pagination restapi swagger validation vehicle-registration
Last synced: 14 Oct 2024
https://github.com/jmcph4/devportal
A remote productivity portal
crud portal productivity ror ruby ruby-on-rails tool web web-application webapp
Last synced: 06 Nov 2024
https://github.com/vmeazevedo/api_restful_springboot_carros_simples
Design of a simple RESTful API using the Spring Boot framework.
crud crud-application java java-8 jpa jpa-persistence-applications spring spring-boot
Last synced: 01 Nov 2024
https://github.com/poncoe/kucing-laravel
final project, web programming, telkom university.
crud crud-application crud-sample google google-api laravel login restful restful-api
Last synced: 07 Nov 2024
https://github.com/emmanuelaytuz/test-hapijs
api-rest autentication crud hapijs mongodb
Last synced: 04 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/phi-rakib/laravel-tailwind-crud
Laravel TailwindCSS CRUD Example
blade blade-template crud laravel laravel-framework php tailwindcss
Last synced: 31 Oct 2024
https://github.com/kingdarboja/crud-angulardart
Example CRUD project to getting started with AngularDart and compare with common Angular.
Last synced: 15 Oct 2024
https://github.com/omke/portfolio
Portfolio - Laravel 8 and Angular 11 (ngrx)
angular api backend crud devops docker docker-compose example example-project frontend full-stack javascript laravel mysql ngrx php portfolio production-ready redux state-management
Last synced: 14 Oct 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/tiagocavalcante/deno-crud
This repository contains a CRUD made with Deno, Typescript, tests and env vars
Last synced: 14 Oct 2024
https://github.com/peppapig13132/express-redis-crud
🌱 Simple Express.js server for Redis learners with CRUD operations
Last synced: 25 Oct 2024
https://github.com/felipeorlando/go-crud-clean-architecture
A simple Go CRUD following Clean Archtecture pattern
Last synced: 02 Nov 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/renan-dias/reviwer
Have you ever thought about evaluating and keeping in mind the movies you've already watched? And did you imagine what it would be like to put you together with other people who have also seen this movie and be able to talk about it? That's the Reviwer's mission! At the moment just an idea put on paper!
crud movies react react-native review
Last synced: 19 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/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/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/antoniolavadodev/task-manager-app
Task Manager app built as part of the roadmap.sh, featuring task creation, updating, deletion, and listing functionalities, with MySQL integration and adherence to best practices
api crud java java17-spring-boot spring-boot springboot3 task task-manager tasktracker
Last synced: 15 Oct 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/algifariz/alltan-notes
Aplikasi Notes/Catatan Berbasis Web Menggunakan Codeigniter 4
Last synced: 15 Oct 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/bkozii/cloud-konkamon-ionic-vue
Ionic Firestore CRUD (Vue Version) - ชิ้นงาน Ionic ประจำรายวิชา 0232430865 การพัฒนาคลาวด์แอปพลิเคชัน
crud firebase firebase-database ionic ionic7 vue vue3 vuefire
Last synced: 15 Oct 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/devansh-bhagania/book_management_api_backend
Welcome to the documentation for the Book Management API Backend. This API allows you to manage books in a library system.
authentication crud express jwt nodejs pagination search
Last synced: 15 Oct 2024
https://github.com/roby2409/article-news
Mvvm Article News App use RxSwift
articleapp crud crud-application rxswift rxswift-examples swift swift5 ui-programmatically
Last synced: 17 Oct 2024
https://github.com/alekkiq/python-crud-api
Creates a simple CRUD API based off any MariaDB/PostgreSQL/SQLite database
api crud mariadb postgresql python rest-api sql sqlite
Last synced: 25 Oct 2024
https://github.com/notbadcode/symfony3test
Simple Symfony 3 REST CRUD
crud php php-crud symfony symfony-crud symfony3
Last synced: 07 Nov 2024
https://github.com/notbadcode/students
Student list. Simple native PHP CRUD
crud php php-crud php-native students students-list students-list-control
Last synced: 07 Nov 2024
https://github.com/TheGlitchCat/MEAN-Stack-CRUD
MEAN-Stack CRUD Simple
angular crud crud-api crud-application express expressjs mean-stack meanstack meanstack-crud meanstack-framework node-crud node-js nodejs
Last synced: 23 Oct 2024
https://github.com/hasithaishere/go-rest-api-with-postgresql
A Go REST API with PostgreSQL demonstrating CRUD operations and IP logging middleware using the Gin framework.
backend crud gin go ip-logger middleware postgresql rest-api
Last synced: 15 Oct 2024
https://github.com/said7388/nestjs-crud-for-beginner
This is very simple nestJS CRUD for absolute beginners!
crud crud-api crud-sample nest nestjs nestjs-backend tipescript
Last synced: 11 Nov 2024
https://github.com/didinj/grails-4-easy-crud-webapp
Grails 4 Tutorial: Easy to Build CRUD Web Application
crud easy grails grails4 groovy tutorial web-application
Last synced: 21 Oct 2024
https://github.com/elidaniel92/jetty-12-rest-api-sample
Simple REST API with Jetty 12
crud crud-api docker docker-compose jackson java jdbc jetty jetty-server log4j2 maven mysql rest rest-api restful-api
Last synced: 31 Oct 2024
https://github.com/ajsalemo/springbootembeddedcontainers
A repo of CRUD examples that uses different embedded containers, instead of the default which is Tomcat.
api azure cloud container controllers crud docker jar java jetty postgres rest springboot springdatajpa todo tomcat
Last synced: 07 Nov 2024
https://github.com/zetsux/php-crud-with-image
📄 A basic CRUD website created using PHP that supports image upload and includes insertion and update form
Last synced: 21 Oct 2024
https://gitlab.com/DanCruise/laravel-react-inertia
CRUD en una sola vista, se usa el sistema de autenticación Laravel Breeze. Se utiliza Laravel 9 y React con Inertia.js
crud inertiajs laravel laravel9 login react tailwindcss vite
Last synced: 26 Sep 2024
https://github.com/polaristlx/myarticles
Rails as an API Project
api crud rails ruby ruby-on-rails
Last synced: 21 Oct 2024
https://github.com/stephin007/biteadvisor-fe
A platform for users to share their dining experiences, discover new places to eat, and make informed decisions.
crud env firebase javascript react responsive
Last synced: 21 Oct 2024
https://github.com/sushmey/haikublog
A website to posts haikus
bootstrap5 crud crud-application flask-application haiku login-oauth mysql mysql-database phpmyadmin-database session-cookie sql syllapy
Last synced: 10 Nov 2024
https://github.com/alexeyburyanov/educationalprojects
Projects written for educational purposes.
cpp crud crud-sample cs education education-projects hibernate java java-swing jdbc maven multithreading mysql php7 t-sql test win32api windowsforms wpf
Last synced: 30 Sep 2024
https://github.com/sreeragp69/notes-app-backend
Backend for the Note App built with Node.js, Express.js, and MongoDB. Handles user authentication, note management, and API requests.
authentication backend cors crud dotenv express-js jwt mern mongodb nodejs rest-api
Last synced: 10 Oct 2024
https://github.com/goswamilucky/just-todos
A simple Todo app for adding and removing tasks with real-time sync via Firebase. Built with HTML, CSS, and JavaScript, it offers a clean and responsive user interface.
beginner-project crud css firebase frontend html javascript opensource practise-project realtimedatabase responsivedesign taskmanager todoapp ui ux webapp webdevelopment
Last synced: 10 Nov 2024
https://github.com/yogaprasadk/firebase_reactjs_course
it is a repository learn about firebase and reactjs
authentication crud firebase notifications setupreact
Last synced: 10 Nov 2024
https://github.com/raelzeraxd/crud
a simple crud with mysql in go and python
Last synced: 07 Nov 2024
https://github.com/milliorn/task-tracker
Task Tracker is a web application built with Angular that allows users to track and manage their tasks.
angular angularjs crud crud-api crud-application crud-functionality crud-operation font-awesome json-server karma karma-jasmine node node-js nodejs rxjs task tasks typescript
Last synced: 26 Oct 2024
https://github.com/yjg30737/typescript-crud-example
Basic typescript CRUD example
backend class-validator crud javascript mybatis mybatis-mapper nodejs restapi typescript
Last synced: 07 Nov 2024
https://github.com/stscoundrel/wp-post-crud
Provides class for handling CRUD operations on WP Posts
composer-package crud wordpress
Last synced: 26 Oct 2024
https://github.com/abdulsamie10/react-mern-crud
In this MERN stack application, I created a basic Student app from starting to finish. This app will allow us to create student, show students list, update student, and delete a student from the MongoDB database.
api api-client api-rest application crud crud-api css html javascript mern mern-project mern-stack mongodb mongoose
Last synced: 07 Nov 2024
https://github.com/bastidanicolas/fullstackcv-backend
Backend for FullStackCV-FrontEnd, Spring Boot CRUD REST API
argentina-programa argentinaprograma backend-api crud crud-api jwt jwt-authentication mysql object-oriented-programming rest-api restapi spring spring-boot spring-data-jpa spring-rest-api spring-security springboot
Last synced: 26 Oct 2024
https://github.com/carloseduardonit/programa-infox
Programa para setor de Informatica
Last synced: 11 Nov 2024
https://github.com/milenmk/laravel-livewire-crud
CRUD class for Laravel Livewire components
Last synced: 14 Oct 2024
https://github.com/wodsonluiz/helloworldcruddynamodb
Repo to explore AWS Dynamodb
Last synced: 29 Oct 2024
https://github.com/ojaciel/appnodejs
Sistema desenvolvido em aula para disciplina 'Tópicos Especiais em Desenvolvimento de Software II', utilizando NodeJS, com Fastify. Desenvolvido para introdução ao NodeJS, criando um CRUD e hospedando a aplicação e banco de dados de forma online.
Last synced: 27 Oct 2024
https://github.com/hk-transfield/project-management-api
A simple Node.js RESTful CRUD API using express interacting with a MySQL database. Used for creating and managing projects.
api api-rest crud crud-application expressjs javacsript nodejs
Last synced: 27 Oct 2024
https://github.com/carloseduardonit/gerador-calculo-inss
Este ficará responsável pelo cálculos e preenchimento do INSS
crud java-8 mysql mysql-database
Last synced: 11 Nov 2024
https://github.com/kaushikshivam/hikely
At Hikely, you'll find the hikes that will make your life unforgettable. Whether you want to discover the Inca Trail or climb the Kilimanjaro, Hikely offers a wide and varied range of services. Here, no false promises are made, prices are transparent and every booking is confirmed immediately. Find, compare, book and trek.
aggregation api authentication crud email error-handling filtering pagination payment projection security sendgrid server-side-rendering sorting stripe
Last synced: 07 Nov 2024
https://github.com/karim-mamdouh/crud-operations
CRUD page using redux state manegement
crud crud-operation font-awesome i18n i18next node-sass react react-hook-form reactjs redux
Last synced: 31 Oct 2024
https://github.com/mouracamila/nodejs-crud
This project was developed at RocketSeat Bootcamp 11. API with NodeJs
api crud express json nodejs nodemon query rocketseat uuid
Last synced: 29 Oct 2024
https://github.com/mvysny/jdbi-orm-vaadin-crud-demo
A Vaadin app which demoes the JDBI-ORM library
Last synced: 16 Oct 2024
https://github.com/novaandini/ci4app
Website CRUD (Create, Read, Update, Delete) dengan menggunakan CodeIgniter 4
backend bootstrap codeigniter codeigniter4 crud php
Last synced: 14 Oct 2024
https://github.com/saburlimbur/task-management-ci3
Sebuah proyek tugas kelompok akhir dari mata kuliah Web Programming 1, menggunakan CodeIgniter 3.
bootstrap5 codeigniter crud hacker javascript jquery old-language php surfing sweetalert validation-library
Last synced: 14 Oct 2024
https://github.com/janluksoft/node_express_ts_mssql
The Node CRUD MVC app with the Sequelize ORM MsSql framework
crud express handlebars javascript mssql mssql-database mvc-architecture node nodejs rest-api sequelize-orm
Last synced: 14 Oct 2024
https://github.com/zofe/rapyd-module-installer
module installer for rapyd-livewire laravel application
Last synced: 23 Oct 2024