Skip to content

An Unit Tested Spring Boot API with integration of two different databases

Notifications You must be signed in to change notification settings

THEPHD1331/Employee-Department

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee-Department API

A Spring Boot REST CRUD API.

Features

  • Perform CRUD Operations on two entities - Employee and Department.
  • Employee Details are stored in PostgreSQL database.
  • Department Details are stored in MongoDB database.
  • Implemented Exception Handling.
  • Performed Unit Testing for Controller and Service layers.

Snapshots

GET Employees

dept- empGet

GET Departments

dept - get

Employee Database - PostgreSQL

dept - EmpPostgre

Department Database - MongoDB

dept- get mongo

Unit Testing - Employee Controller

dept- testEmp

Unit Testing - Employee Service

dept - EmpTestService

Unit Testing - Department Controller

dept - testDept

Unit Testing - Department Service

dept - testDeptService

About

An Unit Tested Spring Boot API with integration of two different databases

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages