crud-operation
There are 1472 repositories under crud-operation topic.
bezkoder/nodejs-express-sequelize-mysql
Rest CRUD API for a simple application using Node. js, Express, Sequelize and MySQL
bezkoder/react-crud-web-api
React.js CRUD example to consume Web API
evoluteur/evolutility-server-node
Model-driven REST APIs for CRUD and more, written in Javascript, using Node.js, Express, and PostgreSQL.
kawser2133/clean-structured-project
Clean structured ASP.NET Core web project, follows the Clean Architecture principles, SOLID design principles, and implements the Dependency Injection, Repository, and Unit of Work design pattern, and utilizes Entity Framework Core for data access.
tushar-2223/Hotel-Management-System
A PHP + MySQL + HTML + CSS + JS based Hotel Management System with a beautiful user interface
kawser2133/web-api-project
Explore a meticulously crafted ASP.NET Core Web API, featuring Security Identity, JWT, Unit Testing, and API Versioning. This repository embodies best coding practices, delivering a clean, efficient, and scalable solution.
bezkoder/spring-boot-jpa-postgresql
Spring Boot, PostgreSQL example with Maven, Spring JPA
ivosdc/svelte-generic-crud-table
Agnostic web-component for object-arrays with CRUD functionality.
Underemployed/PHP-MySQL-Blog-Website-with-Admin-Panel
It's a CRUD PHP MySQL Blog website.
bezkoder/spring-boot-thymeleaf-example
Build Spring Boot Thymeleaf example - CRUD application with Maven, Bootstrap, Spring Data JPA, Web MVC
bezkoder/spring-boot-3-rest-api-example
Spring Boot 3 Rest API example that implements CRUD operations - GET / POST / PUT / DELETE and filter requests
only2dhir/spring-boot-angular5
This repository has a sample code base for spring boot and angular 5 integration.
mabc224/serverless-node-sequelize-rds-rest-api
Serverless rest api application with Node.js to perform simple CRUD operation using MYSQL database hosted on AWS RDS with Sequelize ORM
Shobhit1338/Employee-Management-System
This Employee Management System performs basic CRUD Operations using Django, Python & Bootstrap.
luqmanrom/firebase-php
Firebase Realtime Database PHP Wrapper
Faizan2911/Social-Media-Web-App-Mern-Stack-
This project is a full-stack social media web application that has been developed using the MERN stack and Rest API, This is social media platform where you can share posts, react to posts, comments on posts, follow users and more.
Gurupatil0003/RestFull_API
A RESTful API in Flask refers to an application programming interface (API) built using the Flask web framework that follows the principles of Representational State Transfer (REST). Flask is a micro web framework for Python, which is lightweight and flexible, making it a popular choice for building web applications and APIs
kawser2133/clean-structured-api-project
The "Clean Structured API Project" is a template designed to create well-organized and maintainable ASP.NET Core API applications. It follows RESTful principles, Clean Architecture and SOLID principles, implements the Dependency Injection, Repository, and Unit of Work design pattern, and utilizes Entity Framework Core for data access.
shinevue/finalGoal
Team project of social website
bezkoder/angular-17-crud-example
Angular 17 CRUD example with Web API - Angular 17 project - sample app with a CRUD example to consume Rest API
venediktov/CRUD
Restful web-service library written in C++11 based on Boost.ASIO and CRUD handlers
bezkoder/angular-16-crud-example
Angular 16 CRUD example with Web API - Angular 16 project - sample app with a CRUD example to consume Rest API
bezkoder/node-js-typescript-mysql-rest-api
TypeScript mysql2 example - Node.js Typescript Express and MySQL example: CRUD Rest API
bezkoder/spring-boot-redis-example
Spring Boot Redis example - Cache for CRUD app - spring-boot-starter-data-redis with Spring Boot Redis Lettuce
myvsparth/flutter_sqlite_crud
How to perform CRUD operation in SQlite Database in Flutter
raj-rathod/Wedding_Management
it's mini project for database management(DBMS) using mysql , its basically for wedding arrangment
bezkoder/spring-boot-angular-15-crud-example
Fullstack Spring Boot + Angular 15 CRUD example - Spring Web, Spring Data JPA, embedded database (H2 database), Angular 15, HttpClient, Router and Bootstrap 4.
bezkoder/angular-13-crud-example
Angular 13 example project - CRUD Aplication to consume Web API with HttpClient, Forms and Router
bezkoder/redux-toolkit-example-crud
Redux-Toolkit example with CRUD Application, Axios, Bootstrap, and Rest API
gowthamand/codeigniter-add-edit-delete-view-login-register
CodeIgniter: Add, Edit, Delete, View , Login , Register, Ajax , JSON , Jquery Demo, CodeIgniter CRUD, CodeIgniter Boilerplate
badrinathpathak/CRUD-API-Node.js-Express-and-MongoDB
CRUD API based on Node.js, Express and MongoDB
bezkoder/spring-boot-sql-server
Spring Boot + SQL Server example: CRUD Operations Rest API with Spring Data JPA
bezkoder/angular-15-crud-example
Angular 15 project - CRUD example with Web API using Router, Form, HttpClient and Bootstrap
EitanBlumin/CRUDE-ASP
Low Code Application Generator in Classic ASP, with MSSQL Database, Bootstrap, Fontawesome, and jQuery. Based on the AdminLTE web template.
bezkoder/spring-boot-angular-16-crud-example
Fullstack Spring Boot + Angular 16 CRUD example - Spring Web, Spring Data JPA, embedded database (H2 database), Angular 16, HttpClient, Router and Bootstrap 4.
wpcodevo/rust-mysql-crud-sqlx
In this article, we will explore how to use Rust, Actix Web, SQLX, and MySQL to build a CRUD (Create, Read, Update, Delete) API.