NOT MAINTAINED – A small, simple and immutable ORM to manage relational data in your Redux store.
-
Updated
Jan 16, 2023 - JavaScript
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
|
NOT MAINTAINED – A small, simple and immutable ORM to manage relational data in your Redux store.
Build CRUD apps in fewer lines of code.
用React和Ant Design搭建的一个通用管理后台
🚀 A RESTful API generator for Node.js
A use case of Clean Architecture in Node.js comprising of Express.js, MongoDB and Redis as the main (but replaceable) infrastructure.
🦉 Administrative interface builder for Laravel (Laravel admin)
Angular 19 Fullstack Application: SSR, PWA, SEO, and Scalable Node.js Typescript & Javascript Backend with MySQL, PostgreSQL, MongoDB
Node.js Restful CRUD API with Node.js, Express and MySQL example
Rest CRUD API for a simple application using Node. js, Express, Sequelize and MySQL
A multi-tenant website template based on CodeIgniter 3 with integration of some useful tools
A Full Stack MERN app with CRUD operations for theatres where users can search for movies that are available and admin can add a movie to the list and much more.
Runtime CSS manager, Turn CSS into dynamic JS module, Stylesheet CRUD (Create, Read, Update, Delete) in CSSOM, name space (local) class names
Plugin for Summernote that adds a Button and/or Paste functionality for cleaning MS Word Crud from editor text
Model-driven Web UI for CRUD using REST or localStorage.
React.js CRUD example to consume Web API