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 |
evolutility-server-node
Model-driven REST APIs for CRUD and more, written in Javascript, using Node.js, Express, and PostgreSQL.
evolutility-ui-jquery
Model-driven Web UI for CRUD using REST or localStorage.
evolutility-ui-react
Framework for building CRUD UIs for Hasura GraphQL with models rather than code.
axum-book-management
CRUD system of book-management with ORM and JWT for educational purposes.
CRUD-springboot-mysql-redis-rabbitmq
🚀 Modern CRUD Backend application using Spring boot, Redis, RabbitMQ and MySQL.
Dommel
CRUD operations with Dapper made simple.
Contacts
iOS Contacts App written in Swift 4 using C.R.U.D
go-restful-generator
generate crud rest api in go and gin in no time
laravel-easypanel
A beautiful and flexible admin panel creator based on Livewire for Laravel
medium-graphql-nestjs
A medium like graphql server using nestjs + graphql