An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with crud-api

A curated list of projects in awesome lists tagged with crud-api .

https://github.com/KorzhCom/EasyData

Adaptive CRUD for ASP.NET Core. With EasyData you can get both API endpoints and client-side UI for all CRUD operations in a matter of minutes using just your DbContext and a few lines of code.

asp-net-core crud-api crud-generator crud-operations crud-ui ef-core net5 net6

Last synced: 18 Apr 2025

https://github.com/callicoder/spring-boot-mysql-rest-api-tutorial

Building a Restful CRUD API using Spring Boot, Mysql, JPA and Hibernate

crud-api hibernate jpa mysql rest-api spring spring-data-jpa spring-mvc tutorial

Last synced: 12 Apr 2025

https://github.com/bezkoder/nodejs-express-sequelize-mysql

Rest CRUD API for a simple application using Node. js, Express, Sequelize and MySQL

crud crud-api crud-application crud-operation crud-sample express expressjs mysql node node-express nodejs sequelize

Last synced: 04 Apr 2025

https://github.com/railstack/go-on-rails

:bullettrain_side: Use Rails to Develop or Generate a Golang Application.

code-generator crud crud-api generator golang golang-crud rails rails-generators restful-generator ruby transpiler

Last synced: 07 Oct 2025

https://github.com/bezkoder/spring-boot-data-jpa-mysql

Spring Boot Rest CRUD API example - Spring Data JPA to interact with MySQL/PostgreSQL database.

crud crud-api crud-application crud-sample jpa jpa-hibernate mysql postgresql rest-api restful-api spring-boot spring-data-jpa spring-jpa

Last synced: 07 Apr 2025

https://github.com/daptin/dadadash

Office suite with file browser, document editor, spreadsheet editor, calendar and data tables with CRUDX API's ready to deploy

calendar cms crud-api document-editor file-manager office-suite spreadsheet-editor

Last synced: 21 Mar 2025

https://github.com/wpcodevo/golang-mongodb-api

In this article, you'll learn how to implement JWT access and refresh tokens with gRPC using Golang, MongoDB-Go-driver, Gomail, Docker, and Docker-compose.

crud crud-api gin go golang grpc grpc-client grpc-go grpc-server jwt mongodb rest restful restful-api

Last synced: 07 May 2025

https://github.com/bezkoder/node-express-sequelize-postgresql

Node.js Postgresql Crud example - Restful CRUD API with Express, Sequelize and PostgreSQL example

crud-api node node-express node-js-express node-postgres nodejs postgres postgresql rest-api restful-api sequelize

Last synced: 12 Sep 2025

https://github.com/wpcodevo/golang-gorm-postgres

In this comprehensive guide, you will learn how to secure a Golang RESTful API with JSON Web Tokens and Email verification.

crud crud-api go golang gorm gorm-orm postgresql rest-api restful-api

Last synced: 21 Aug 2025

https://github.com/oatpp/example-crud

A complete example of a "CRUD" service (UserService) built with Oat++.

cpp crud-api oatpp orm sqlite3 swagger-ui

Last synced: 08 May 2025

https://github.com/cauen/prisma-generator-pothos-codegen

The fastest way to create a fully customizable CRUD Graphql API from Prisma Schema.

api codegen crud crud-api crud-api-node generator graphql pothos prisma typescript

Last synced: 28 Jul 2025

https://github.com/wpcodevo/node_typeorm

In this article, you'll learn how to build CRUD RESTful API with Node.js, ExpressJs, TypeORM, and PostgreSQL. We will define the database schema with TypeORM and run the migration command to push the TypeORM schema to the database. Next, we will create higher-level CRUD function to perform the CRUD operations.

crud crud-api jwt jwt-auth jwt-authentication jwt-tokens node node-js nodejs nodemon postgres postgresql postgresql-database restful restful-api typeorm

Last synced: 05 Oct 2025

https://github.com/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.

asp-net-core asp-net-core-web-api clean-architecture clean-code crud-api crud-operation dependency-injection jwt rest-api solid-design-principles web-api

Last synced: 01 Jul 2025

https://github.com/maniruzzamanakash/laravel-advanced-crud-api

Laravel Advanced API Architecture for Small to Big Project with Auth, Repository, Interfaces, Unit Testing and so many stuffs with Laravel 9.x

api crud-api eloquent-orm jwt jwt-authentication laravel laravel11 laravelapi repository-pattern restful-api swagger unit-testing

Last synced: 25 Jul 2025

https://github.com/wpcodevo/nextjs-fastapi-framework

In this article, you will learn how to seamlessly integrate a FastAPI project into your Next.js application and deploy the entire project on Vercel. But that's not all! We won't stop at integration; we will take it a step further by building a simple Todo application.

crud-api fastapi nextjs restapi todolist vercel vercel-deployment vercel-serverless-functions

Last synced: 13 Apr 2025

https://github.com/wpcodevo/rust-postgres-crud-sqlx

In this article, you'll learn how to build a CRUD API in Rust using SQLX, Actix-web, and PostgreSQL. Learning how to build a CRUD API as a developer will equip you with valuable skills for building robust, maintainable, and scalable applications.

actix-web api crud crud-api crud-application crud-operations postgres postgresql restapi rust rust-lang sqlx

Last synced: 01 Apr 2026

https://github.com/wpcodevo/fastapi_sqlalchemy

In this article, I'll provide you with a simple and straightforward guide on how you can build a CRUD app with FastAPI and SQLAlchemy. The FastAPI app will run on a Starlette web server, use Pydantic for data validation, and store data in an SQLite database.

crud-api crud-app fastapi fastapi-crud fastapi-crud-app fastapi-sqlalchemy rest-api restful-api sqlite

Last synced: 16 Jun 2025

https://github.com/alexdodonov/mezon

Mezon is a simple php framework wich will help you to create business applications.

crud crud-api framework microservices mvp mvp-architecture mvp-pattern rest rest-api restful-api router services soa

Last synced: 10 Aug 2025

https://github.com/wissance/webapitoolkit

WebApi toolset that allows to make CRUD REST API like a cookie for ~ 20 lines of code, it also allow to build GRPC too

crud crud-api csharp-library csharp-web library rest-api rest-api-template rest-api-toolkit web-application webapi webapi-core

Last synced: 03 Aug 2025

https://github.com/wpcodevo/two_factor_golang

This article will teach you how to secure a Golang API by implementing two-factor authentication (2FA) using TOTP codes generated by an authenticator app like Google Authenticator or Authy.

2fa-golang 2factor crud-api golang golangapi otp otp-golang otp-verification totp totp-tokens

Last synced: 13 Apr 2025

https://github.com/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

client crud-api crud-operation curl flask http-server json jwt-authentication jwt-authorization jwt-token postman python rest restful-api server-client werkzeug

Last synced: 12 Apr 2025

https://github.com/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.

asp-net-core clean-architecture clean-code crud-api crud-application crud-operation dependency-injection entity-framework-core microservice repository-pattern rest-api solid-design-principles unitofwork-pattern web-api

Last synced: 14 Jun 2025

https://github.com/wpcodevo/simple-api

This tutorial will teach you how to build a simple CRUD API in Rust using the Warp web framework and Tokio. We'll use Rust and a few well-known libraries to create a RESTful API that runs on a Warp HTTP server and stores data in memory.

crud crud-api rest-api restful-api rust rust-api rust-lang tokio tokio-rs warp

Last synced: 09 Mar 2026

https://github.com/wpcodevo/rust-axum-mongodb

In this article, we'll explore how to create a robust API that supports Create, Read, Update, and Delete operations using the Axum framework and MongoDB.

axum axum-framework cors crud crud-api docker docker-compose mongodb restful-api rust

Last synced: 16 Jul 2025

https://github.com/wpcodevo/rust-axum-mysql

In this article, you'll discover how to use the Axum framework to build a RESTful API in Rust that supports basic CRUD (Create, Read, Update, Delete) operations against a MySQL database.

axum axum-framework crud crud-api docker mysql-database rust sqlx sqlx-cli

Last synced: 13 Apr 2025

https://github.com/cornflourblue/dotnet-7-dapper-mssql-crud-api

.NET 7.0 + Dapper + MS SQL Server - CRUD API Tutorial in ASP.NET Core

aspnetcore crud crud-api dapper dotnet mssql sql-server

Last synced: 23 Mar 2025

https://github.com/wpcodevo/simple-api-actix-web

In this comprehensive guide, you'll build a simple CRUD API in Rust using the Actix Web framework and an in-memory database.

actix-cors actix-web api api-rest crud crud-api crud-app rest rest-api restful-api rust rust-api

Last synced: 13 Apr 2025

https://github.com/fctl3314/specialrecipe

Django-based web application created for educational purposes that allows to find and optionally bookmark recipes.

celery crud-api django django-rest-framework docker gunicorn javascript nginx python recipes-website redis rest-api

Last synced: 11 Jul 2025

https://github.com/clifordpereira/nuxt-auto-crud

Automatic CRUD APIs based on drizzle schemas. Define your tables, get full REST functionality - no code needed.

auto-crud crud crud-api nuxt rest-api

Last synced: 09 Mar 2026

https://github.com/bigpresh/dancer-plugin-simplecrud

Quick and effortless CRUD (create/read/update/delete) operations based on database tables

crud crud-api crud-generator dancer hacktoberfest perl

Last synced: 21 Mar 2025

https://github.com/diogosouza/deno-crud-api

A functional CRUD-like API with Deno and Postgres

crud crud-api crud-sample deno denoland javascript logrocket postgres postgresql

Last synced: 30 Apr 2025

https://github.com/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.

actix-web api backend-api crud crud-api crud-operation docker mysql restful-api rust sqlx sqlx-cli

Last synced: 13 Apr 2025

https://github.com/bezkoder/spring-boot-sql-server

Spring Boot + SQL Server example: CRUD Operations Rest API with Spring Data JPA

crud crud-api crud-application crud-operation crud-sample jpa mssql mssql-database spring spring-boot sql-server

Last synced: 30 Oct 2025

https://github.com/livewithcodeankit/nextjs-with-firebase-crud

This project is a web application built with Next.js that incorporates Firebase authentication for sign-in and sign-up functionality, along with custom authentication and Google authentication. It also includes CRUD operations and login/logout functionality. The project utilizes Tailwind CSS for styling.

crud-api crud-application es6 firebase firebase-auth firebase-database html-css-javascript javascript nextjs13-4 reactjs router-dom tailwindcss

Last synced: 27 Oct 2025

https://github.com/fctl3314/healthnutrition-backend

Django / DRF based app for comparing the nutritional value of products.

celery crud-api ddd django django-rest-framework docker documentation jwt python

Last synced: 11 Jul 2025

https://github.com/divergence/framework

PHP Framework providing ActiveRecord models and out of the box CRUD controllers with versioning and ORM support

activerecord composer coverage crud-api divergence ffmpeg http-api-generator modern-practices mvc-framework mysql-orm orm php php-framework phpunit phpunit-tests psr15 psr7 restful-api twig

Last synced: 02 Apr 2026

https://github.com/mu-semtech/mu-cl-resources

High-level abstractions for generating generic jsonapi compliant resources configured in Common Lisp.

common-lisp crud-api jsonapi microservice mu-service musemtech

Last synced: 07 Apr 2026

https://github.com/freemindcore/django-api-framework

Async CRUD API with Zero coding. Easy and fast API framework based on Django-Ninja-Extra, inspired by NestJS-CRUD.

api crud-api django django-api django-api-framework django-crud django-easy-api django-ninja django-ninja-extra python python-async rest rest-api restful

Last synced: 16 Jan 2026

https://github.com/bezkoder/spring-boot-r2dbc-h2-example

Spring Boot R2DBC + H2 example - CRUD application with Spring Data R2DBC example, Spring WebFlux for Reactive Rest API

crud crud-api crud-application crud-operation crud-operations crud-sample h2-database r2dbc r2dbc-h2 spring spring-boot spring-data-r2dbc spring-reactive spring-webflux springboot webflux

Last synced: 15 Jun 2025

https://github.com/bezkoder/spring-data-r2dbc-postgresql-example

Spring Boot R2DBC with PostgreSQL example - CRUD app with Spring Data R2DBC PostgreSQL example, Spring WebFlux for Reactive Rest API

crud crud-api crud-application crud-operation crud-operations crud-sample postgres postgresql postgresql-database r2dbc r2dbc-postgresql spring spring-boot spring-data-r2dbc spring-reactive springboot webflux

Last synced: 25 Jul 2025

https://github.com/rayato159/quests-tracker

Hey adventurers! Welcome to Crabby's Quests Tracker, the ultimate tool to keep tabs on all your epic adventures. 🌟

axum-demo clean-architecture clean-code crud-api diesel domain-driven-design postgresql practice-project restful-api rust

Last synced: 01 Aug 2025

https://github.com/bezkoder/mongodb-reactive-spring-boot

Spring Boot MongoDB Reactive example - CRUD application that uses Maven, Spring Data Reactive MongoDB to interact with MongoDB database and Spring WebFlux for Reactive Rest API

crud crud-api crud-application crud-operation crud-operations crud-sample reactive-programming reactor spring spring-boot spring-data spring-data-mongo spring-data-mongodb spring-data-mongodb-reactive spring-reactive-mongodb springboot webflux

Last synced: 06 Oct 2025

https://github.com/wpcodevo/react-rtkquery-crud-app

In this comprehensive guide, you'll build a React.js CRUD app using Redux Toolkit and RTK Query hooks. In brief, we'll create RTK Query hooks that React will use to perform CRUD operations against a REST API.

api crud crud-api crud-app crud-application react-crud react-crud-app reactjs redux redux-thunk redux-toolkit rtk-query

Last synced: 13 Apr 2025

https://github.com/cornflourblue/dotnet-7-dapper-mysql-crud-api

.NET 7.0 + Dapper + MySQL - CRUD API Tutorial in ASP.NET Core

aspnetcore crud-api csharp dapper dapper-crud dotnet mysql

Last synced: 10 Mar 2026

https://github.com/abmsourav/localdb

LocalDB is CRUD module for NodeJS using FileSystem

crud-api node-module nodejs npm npm-module npm-package

Last synced: 10 Oct 2025

https://github.com/glaucia86/crud-serverless-mongodb

Repositório responsável por criar um CRUD usando arquitetura serverless com Azure Functions & MongoDb

azure azure-functions crud crud-api crud-sample mongodb nodejs serverless

Last synced: 07 May 2025

https://github.com/giuseppenovielli/mvvmcrud

MvvmCrud helps your Xamarin.Forms/MAUI app to standardize operations of creating, updating, deletion and display data, from REST API.

crud-api crud-application crud-operation csharp maui maui-app maui-apps mvvm-architecture mvvm-pattern prismlibrary xamarin xamarin-forms

Last synced: 14 May 2025

https://github.com/bezkoder/spring-boot-jdbctemplate-postgresql-example

Spring Boot JdbcTemplate example with PostgreSQL: CRUD Rest API using Spring Data JDBC, Spring Web MVC

crud crud-api crud-application crud-sample jdbc jdbctemplate postgres postgresql rest-api spring spring-boot spring-data-jdbc spring-jdbc springboot

Last synced: 23 Aug 2025

https://github.com/wpcodevo/deno-mongodb

In this tutorial, we'll cover how to build a Deno API that supports CRUD operations and stores data in a MongoDB database. The example API will run on an Oak middleware framework that will include routes to create, retrieve, update, and delete documents in the database.

crud crud-api deno denoapi mongodb oak oakframework rest-api restful zod

Last synced: 13 Apr 2025

https://github.com/bezkoder/angular-16-node-project

Angular 16 + Node-js Project example - Fullstack CRUD Application with Express Rest API, Angular Form, HttpClient

angular angular-16 angular16 crud crud-api crud-app crud-application crud-operation crud-operations crud-sample express express-js expressjs full-stack fullstack node node-js nodejs

Last synced: 13 Apr 2026

https://github.com/cipfahim/vuedataviewer

Simple data viewer in laravel and vue js with CRUD Search and Pagination.

crud-api laravel laravel-application mysql php vue vuejs

Last synced: 19 Apr 2025

https://github.com/guichaguri/crud-query-parser

Parses queries from HTTP requests and adapts them to database queries

crud-api crud-requests dynamodb express mongodb mongoose nextjs sequelize typeorm

Last synced: 30 Apr 2025

https://github.com/suresh-ramani/laravel-react-crud-api

Build a Basic CRUD App with Laravel 8 and React.js

crud-api laravel react

Last synced: 24 Jun 2025

https://github.com/wpcodevo/golang-fiber

In this article, you'll learn how to build a CRUD API in Golang using the Fiber web framework and GORM. The REST API will run on a Fiber HTTP server and use GORM to persist data in a PostgreSQL database.

api crud crud-api crud-application docker fiber fiber-framework golang gorm gorm-orm postgres postgresql rest-api

Last synced: 13 Apr 2025

https://github.com/wpcodevo/crud-app-sequelize

In this article, you'll learn how to build a complete CRUD API with Node.js and Sequelize. The REST API will run on an Express.js server and have endpoints for performing CRUD operations against a PostgreSQL database.

crud crud-api express expressjs nodejs nodejs-api orm sequelize sequelize-orm typescript zod

Last synced: 13 Apr 2025

https://github.com/kimmyxpow/laravel-9-api-crud

CRUD + Pagination + Search API using Laravel 9

crud-api laravel laravel-9 laravel-api laravel-crud

Last synced: 26 Aug 2025

https://github.com/beerda/crudtable

"crudtable" is an R package that provides an easy tabular data input user interface in Shiny web applications. With crudtable, all the user CRUD operations on dataset (Create, Read, Update, Delete) may be easily achieved.

crud crud-api database-access r shiny

Last synced: 05 Jan 2026

https://github.com/wpcodevo/rust-mongodb-crud

This comprehensive guide will teach you how to build a CRUD (Create, Read, Update, and Delete) API using the Rust programming language and MongoDB as the database.

api crud crud-api docker docker-compose mongodb rest-api restful-api rust rust-lang rust-language server warp

Last synced: 10 Apr 2025

https://github.com/wpcodevo/django_crud_project

In this article, you'll learn how to build a CRUD API with Django and Django REST framework. The RESTful API will have endpoints for performing CRUD operations against an SQLite database.

api api-rest crud crud-api django django-crud django-framework django-rest-framework python rest rest-api

Last synced: 13 Apr 2025

https://github.com/davidarchanjo/spring-boot-crud-rest

Sample Spring Boot project implementing a REST CRUD application

crud-api java spring-boot spring-jpa

Last synced: 05 Sep 2025

https://github.com/rrifafauzikomara/simplecrudmysql

Simple CRUD Android Studio using GetJSON, AsyncTask, Database MySQL with API php

android crud-api crud-sample mysql-database php7

Last synced: 15 Apr 2025

https://github.com/be-generic/be-generic

Be-Generic is a code base that empowers backend developers and lets them spend less time on mundane tasks and more time on project-specific tasks.

backend backend-api code-base crud-api

Last synced: 14 Jan 2026

https://github.com/bezkoder/spring-boot-jdbctemplate-example-mysql

Spring Boot JdbcTemplate example with MySQL: CRUD Rest API using Spring Data JDBC, Spring Web MVC

crud crud-api crud-application crud-sample jdbc jdbctemplate mysql mysql-database spring spring-boot spring-data-jdbc spring-jdbc springboot

Last synced: 09 Jul 2025

https://github.com/aayush412/real-estate-website

A full-featured MERN stack house rental website with user authentication, property listings, CRUD operations, and image management.

authentication authentication-backend crud crud-api crud-application house-rental-system mern real-estate real-estate-management real-estate-platform real-estate-website

Last synced: 06 May 2025

https://github.com/bezkoder/spring-boot-jdbctemplate-example-sql-server

Spring Boot JdbcTemplate example with SQL Server: CRUD Rest API using Spring Data JDBC, Spring Web MVC

crud crud-api crud-application crud-operation crud-sample jdbc jdbctemplate spring spring-boot spring-data-jdbc spring-jdbc springboot sql-server sqlserver

Last synced: 14 Apr 2025

https://github.com/diogosouza/simple-express-crud-api

A simple CRUD API of Books made with Express

crud-api express javascript nodejs

Last synced: 30 Apr 2025

https://github.com/aenesgur/.netcorewebapi-crudapp-onazurecloud

Crud App in .Net Core 3.1 Web API with Redis and SQL Server which are running on Azure Cloud Platform. After development, application dockerized and published on Azure Cloud Platform with domain "http://crudapp-azure.westeurope.azurecontainer.io/api/book/getall/"

async-await asynchronous-programming azure azure-devops crud-api crud-application crud-operations dapper-crud dapper-donet-core dapper-microorm docker dockerfile dotnet-core multi-layer-architecture redis-cache redis-server repository-pattern solid-principles sql-server

Last synced: 07 Mar 2026

https://github.com/wpcodevo/simple-api-rocket

This article will teach you how to build a simple CRUD API with Rust using the Rocket framework. We'll create a RESTful API that runs on a Rocket HTTP server and persists data in an in-memory database.

api api-rest crud crud-api rest-api restful-api rocket rocket-framework rust rust-lang rust-restapi

Last synced: 13 Apr 2025