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
- Host: GitHub
- URL: https://github.com/la-lo-go/spring-crud
- Owner: la-lo-go
- Created: 2023-02-28T22:59:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T12:35:43.000Z (over 3 years ago)
- Last Synced: 2025-01-22T00:33:59.774Z (over 1 year ago)
- Topics: spring-boot, sql
- Language: HTML
- Homepage:
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## Edit
The panel at the right changes to the edit panel.

## Dynamic search
Each time you type in the search bar, a request is generated to search the database by first and last name.
