Skip to content

Latest commit

 

History

History
67 lines (35 loc) · 2.93 KB

README.md

File metadata and controls

67 lines (35 loc) · 2.93 KB

SpringSaver

A project for iKUB by Rexhino Kovaci

Employers need to create/retrieve/update/delete departments

Tools used: Intelij Community Edition, Spring Initializr, Postman, MySql

Reasons for using Intelij: Familiar IDE and fresh libraries Reasons for using Spring Initializr: Importing Dependencies with pom Reasons for using Postman: Testing and Familiar Json Retriever Reasons for using MySql: Familiar and relational database to connect "Employee" with the "Department" tables

Times taken: {$time}/ 7460 minutes Tests taken: {$testT}/ 34 Tests Log Files: C/USERS/USER

iKUB - Login - Google Chrome 1_4_2021 3_53_07 PM

After putting credentials we are automatically directed to ${home} and we can access api's create/retrieve/update/delete

ikub al - Portali Kryesor i Informacionit per Shqiptaret - Google Chrome 1_4_2021 7_53_23 PM

path to /home/departments will show us the data entered to our database

ikub al - Portali Kryesor i Informacionit per Shqiptaret - Google Chrome 1_4_2021 7_55_18 PM

This shows that findDepartments works! Let's see Spring Saver Serve some Api's as a bartender!

CRUD METHODS

Database Departments

MySQL Workbench 1_4_2021 8_12_13 PM

DATABASE Employees

MySQL Workbench 1_4_2021 8_12_35 PM

Create

Postman 1_4_2021 7_57_35 PM

Create

Postman 1_4_2021 7_57_46 PM

Find All Departments

Postman 1_4_2021 7_58_33 PM

FindByName

Postman 1_4_2021 8_08_00 PM

Update

Postman 1_4_2021 8_11_47 PM

Delete

Postman 1_4_2021 8_24_26 PM

Proof of Delete

Postman 1_4_2021 8_24_44 PM

LOG FILES ARE ATTACHED TO GITHUB MAIN BRANCH

DATABASE: MYSQL NAME: employersdepartment

https://youtu.be/XCeGBjOg9-A

Soon to be published full app including react-client