Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eyrafabdullayev/thymeleaf-spring-boot-crud-web-app

CRUD Web Application, Employee Management System with Spring Boot and Thymeleaf
https://github.com/eyrafabdullayev/thymeleaf-spring-boot-crud-web-app

hibernate java mysql spring-boot spring-data-jpa spring-mvc thymeleaf

Last synced: about 2 months ago
JSON representation

CRUD Web Application, Employee Management System with Spring Boot and Thymeleaf

Awesome Lists containing this project

README

        

# CRUD Web Application

## Info

Employee Management System
Users should be able to:
1. Get all the employees
2. Add a new employee
3. Update an employee
4. Delete an employee

## Installation

Using this commands you can get it:

git clone https://github.com/eyrafabdullayev/springboot-thymeleaf-crud-web-app.git

## About

We'll learn how to develop a CRUD Web Application with Thymeleaf, Spring MVC, Spring Data JPA, Hibernate, MySQL.