Pdash

screenshot of Pdash

orders dashboard in microservices architecture

Overview:

The pdashorders dashboard is built upon a microservices architecture. It allows users to manage orders, customers, suppliers, and users in a centralized dashboard. The dashboard can be accessed locally on http://localhost:3000.

Features:

  • Customers Service: Manage customer information and access the customers service on http://localhost:8001/customers.
  • Orders Service: Handle order management functionalities and access the orders service on http://localhost:8002/orders.
  • Suppliers Service: Manage supplier information and access the suppliers service on http://localhost:8003/suppliers.
  • Auth Service: Handle user authentication and access the users' authentication service on http://localhost:8004/users.

Summary:

The pdashorders dashboard is a microservices-based solution that provides centralized management for orders, customers, suppliers, and users. It offers a convenient way to handle various aspects of these entities through separate services. By following the installation guide, users can easily set up and access the dashboard on their local system.