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
|
Here are 178 public repositories matching this topic...
🔥 cool-admin一个很酷的后台权限管理框架,模块化、插件化、CRUD极速开发,永久开源免费,基于vue3、element-plus、pinia、vite、tailwindcss、i18n等构建
-
Updated
Apr 25, 2025 - Vue
Single Page App with Flask and Vue.js
-
Updated
Aug 22, 2023 - Vue
Vue.js based REST-ful CRUD system
-
Updated
Dec 10, 2022 - Vue
A Crud Admin Dash made from Vue, Vuex, Vue-Router and Vuetify. Features working Notification system, Login system, JWT system, Store, Data tables
-
Updated
Dec 14, 2022 - Vue
🏭 (Beta) 轻量级无代码/低代码 H5、表单编辑器。Lightweight no-code/low-code editor for website、H5 page and Form. Build your page without code!
-
Updated
Jul 20, 2023 - Vue
A Complete Single Page Application using Vue, Vue Router, Bootstrap-Vue, Vuex and all....
-
Updated
Jul 12, 2022 - Vue
Testing a project with a FastAPI backend and Vue.js frontend in the same project
-
Updated
Jan 5, 2023 - Vue
-
Updated
May 16, 2023 - Vue
🌴Base on element-ui, makes tree component crud easily
-
Updated
Nov 11, 2020 - Vue
UK Supermarket Price Aggregator using FastAPI + VueJS
-
Updated
Jul 6, 2022 - Vue
Vue 3 Firebase CRUD Application example with Realtime Database
-
Updated
Sep 6, 2021 - Vue
CRUD operations and form validations using Vue and Bootstrap-Vue. Table sorting, filter, search and Pagination are implemented with localStorage. I’ve prepared this simple application to summarize the majority of ways we can think about managing state (i.e. data) in a Vue application.
-
Updated
Oct 25, 2024 - Vue