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
- Host: GitHub
- URL: https://github.com/khouloudhaddad/simplecrud
- Owner: khouloudhaddad
- Created: 2025-01-31T18:11:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T12:13:17.000Z (over 1 year ago)
- Last Synced: 2025-05-24T10:39:21.980Z (about 1 year ago)
- Topics: crud-application, java, spring-boot, thymeleaf-template-engine
- Language: HTML
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)