Skip to content

khwilo/employee_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EMPLOYEE INVENTORY TRACKER

Build Status Maintainability Test Coverage

Track issuance of items to employees and assign email accounts to them as well.

Usage

  1. Clone the repository:
$ git clone https://github.com/khwilo/employee_manager.git
  1. Cd into the repository:
$ cd employee_manager
  1. Run the application using the following commands:
$ mvn clean install
$ java -jar target/employee_manager-0.0.1-SNAPSHOT.jar 

API ENDPOINTS

  • Register an employee - /api/v1/auth/register
  • Login an employee - /api/v1/auth/login
  • Fetch all employees - /api/v1/employees
  • Create a role - /api/v1/role/create/{id}
  • Fetch all employees with roles - /api/v1/employees/roles
  • Assign an item to an employee - /api/v1/item/assign/{id}
  • Fetch items assigned to employees- /api/v1/item/all

About

Manage an employee's inventory

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages