Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.32 KB

README.md

File metadata and controls

44 lines (37 loc) · 1.32 KB

user-service

is a service to manage users and privileges. Main feature are authority with access controller list (ACL) and company assignment as : main dealer, company, branch, region or kios.

Technology Stack

Features

  • Login
  • Forgot Password
  • Change Password
  • Access Controller List
  • Users
  • Groups
  • Employees
  • Companies
  • Regions
  • Branches
  • kios

Get Started

API Testing

You can run api testing or integration testing by call php vendor/bin/codecept run

You alsa can to test manualy using postman

  • Open your postman application
  • Import file user-service.postman_collection.json
  • Import file user-service.postman_environment.json
  • Test all request

API Documentation and Specification

You can read API documentation and specification in doc directory.