crud-app topic

List crud-app repositories

crud-app

139
Stars
94
Forks
Watchers

❄️ A simple and beautiful CRUD application built with React.

budibase

22.2k
Stars
1.5k
Forks
215
Watchers

Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀

react-hooks

370
Stars
224
Forks
Watchers

Build a CRUD app in React with Hooks.

node-api-postgres

103
Stars
53
Forks
Watchers

RESTful API with Node.js, Express, and Postgres.

spring-boot-3-rest-api-example

32
Stars
28
Forks
Watchers

Spring Boot 3 Rest API example that implements CRUD operations - GET / POST / PUT / DELETE and filter requests

spring-boot-swagger-3-example

28
Stars
27
Forks
Watchers

Spring Boot and Swagger 3 example - configuration for API description / response example - Swagger annotations with OpenAPI 3

spring-boot-angular-15-crud-example

29
Stars
25
Forks
Watchers

Fullstack Spring Boot + Angular 15 CRUD example - Spring Web, Spring Data JPA, embedded database (H2 database), Angular 15, HttpClient, Router and Bootstrap 4.

spring-boot-redis-example

23
Stars
13
Forks
Watchers

Spring Boot Redis example - Cache for CRUD app - spring-boot-starter-data-redis with Spring Boot Redis Lettuce

contacts

17
Stars
5
Forks
Watchers

A simple app made with Flutter for List Contacts, using sqflite.

fastapi_sqlalchemy

43
Stars
25
Forks
Watchers

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...