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

https://github.com/la-lo-go/spring-crud

CRUD created as an introductory practice to creating APIs with Springboot and MariaDB using PicoCSS
https://github.com/la-lo-go/spring-crud

spring-boot sql

Last synced: over 1 year ago
JSON representation

CRUD created as an introductory practice to creating APIs with Springboot and MariaDB using PicoCSS

Awesome Lists containing this project

README

          

# Springboot + MariaDB + PicoCSS CRUD
CRUD created as an introductory practice to creating APIs with Springboot and MariaDB

## Main view
![](docs/index.jpg)

## Edit
The panel at the right changes to the edit panel.
![](docs/edit.jpg)

## Dynamic search
Each time you type in the search bar, a request is generated to search the database by first and last name.
![](docs/search.jpg)