Skip to content

japheth-waswa/vendor-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vendor Management Service

Allow vendors to register and manage their products. Allow customers to view and purchase products from vendors.

Features

  • Infrastructure
    • Docker
    • Cyberark Conjur
    • Kafka
    • Keycloak
    • Database
  • Common modules
    • Authentication
    • Authorization
    • Logging
    • Monitoring
    • Tracing
  • Microservices
    • User service
    • Stock service

How to run

  1. Clone the repository
  2. Navigate to infrastructure/docker-compose directory
  3. Run docker-compose -f common.yml -f conjur.yml up
  4. Run docker-compose -f common.yml -f postgres.yml up
  5. Run docker-compose -f common.yml -f keycloak.yml up
  6. Run ./start-up.sh
  7. To shutdown ./shutdown.sh
  8. Run user service, navigate to user-service/user-container
  9. Run stock service, navigate to stock-service/user-container

Microservices

All microservices

Authorization/Authentication

Authorization/Authentication

Client To Catalogue

Client To Catalogue

Stock To Other Services

Stock To Other Services

Financial Service

Financial Service

Stock Service

Stock Service

Catalogue Service

Catalogue Service

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published