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

https://github.com/khouloudhaddad/simplecrud

Simple CRUD APP with SpringBoot, Thymeleaf, Bootstrap and MySQL
https://github.com/khouloudhaddad/simplecrud

crud-application java spring-boot thymeleaf-template-engine

Last synced: about 1 month ago
JSON representation

Simple CRUD APP with SpringBoot, Thymeleaf, Bootstrap and MySQL

Awesome Lists containing this project

README

          

# SimpleCrud - Spring Boot User Management

## Overview
SimpleCrud is a Spring Boot application that provides a basic CRUD (Create, Read, Update, Delete) App for managing users.
It is built with Spring Boot, Spring Data JPA, and a relational database (H2/MySQL/PostgreSQL).

## Features
- Create a new user
- Retrieve a list of all users
- Get details of a specific user
- Update user information
- Delete a user

## Technologies Used
- Spring Boot (Backend Framework) & Thymeleaf
- Spring Data JPA (ORM for database interactions)
- Spring Web (RESTful APIs)
- H2/MySQL/PostgreSQL (Database)