crud-operation topic
evolutility-server-node
Model-driven REST APIs for CRUD and more, written in Javascript, using Node.js, Express, and PostgreSQL.
React-CRUD-using-Json-Server
React.js CRUD example to consume Web API and Using Axios
Wedding_Management
it's mini project for database management(DBMS) using mysql , its basically for wedding arrangment
angular-14-crud-example
Angular 14 CRUD example with Web API using Router, Form, HttpClient and Bootstrap
angular-16-crud-example
Angular 16 CRUD example with Web API - Angular 16 project - sample app with a CRUD example to consume Rest API
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,...
TodoList_App
A TodoList app that uses Room Database along with Coroutines to save todos. Dagger-Hilt is used for Dependency Injection. The app uses MVVM architecture with the repository pattern and LiveData. It al...
node-js-typescript-mysql-rest-api
TypeScript mysql2 example - Node.js Typescript Express and MySQL example: CRUD Rest API
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...
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.