Skip to content

ojacomarket/EmployeeManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 

Repository files navigation

EmployeeManager:green_book:

🔨Technical description:

Small and simple application, that includes usage of:

  • Spring Boot
  • Angular 11
  • MySQL 8

🎯What it does?

  • Ability to see current employees
  • Add new employee on demand
  • Delete existing employee if one is retired
  • Update current data of single employee
  • Search for particular employee, especially useful on feature's query

🎬Demo

🔌Try yourself

  • Clone it
  • Open it in IDE of interest
  • Change branch to backend
  • Check all dependecies, then Build project
  • Insure, that you have MySQL server up and running
  • Create database called employeemanager
  • Start server by running CloneApplication class
  • Goto config Java package and find link to Swagger (check For enthusiasts section)
  • Inside swagger make as many as you want POST requests to create new employee
  • Change branch to frontend
  • Start application by typing into IDE embedded Terminal ng serve --open
  • As application is opened, enjoy it:pizza:

⭐For enthusiasts

Check this application out in a Swagger

🔑Contribution

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors