Skip to content

navnit75/Employee_Directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Introduction

  • This is kinda my hello-world into spring-boot.
  • Basic CRUD project to create an employee table and fetch their details.
  • Based on Springboot,Hibernate-JPA and PostgreSQL.
  • Frontend based templating is done with the help of Thymeleaf.

Setup

  • Use Neon or something similar to setup the remote PostgreSQL-DB.
  • You can fill credentials in application.properties
  • Or you can create an .env.local in the Project Root Directory (same level as pom.xml).
  • Run the server using the mvn clean && mvn compile && mvn spring-boot:run.
  • Server runs on localhost:8080.

Operations

Defined in EmployeeServiceImpl.java

1. List Employee
2. Add Employee
3. Update Employee
4. Delete Employee

About

Employee directory web app using Thymeleaf and Springboot.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors