CRUD topic

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 |

List CRUD repositories

evolutility-server-node

112
Stars
32
Forks
Watchers

Model-driven REST APIs for CRUD and more, written in Javascript, using Node.js, Express, and PostgreSQL.

evolutility-ui-jquery

179
Stars
56
Forks
Watchers

Model-driven Web UI for CRUD using REST or localStorage.

evolutility-ui-react

111
Stars
29
Forks
Watchers

Framework for building CRUD UIs for Hasura GraphQL with models rather than code.

axum-book-management

55
Stars
6
Forks
Watchers

CRUD system of book-management with ORM and JWT for educational purposes.

CRUD-springboot-mysql-redis-rabbitmq

27
Stars
10
Forks
Watchers

🚀 Modern CRUD Backend application using Spring boot, Redis, RabbitMQ and MySQL.

Dommel

549
Stars
94
Forks
Watchers

CRUD operations with Dapper made simple.

Contacts

27
Stars
8
Forks
Watchers

iOS Contacts App written in Swift 4 using C.R.U.D

go-restful-generator

80
Stars
9
Forks
Watchers

generate crud rest api in go and gin in no time

laravel-easypanel

608
Stars
101
Forks
Watchers

A beautiful and flexible admin panel creator based on Livewire for Laravel

medium-graphql-nestjs

51
Stars
13
Forks
Watchers

A medium like graphql server using nestjs + graphql