Home - claurymr/inventory-service GitHub Wiki
Inventory Service
Welcome to the Inventory Service Wiki!
The Inventory Service is a RESTful API designed to manage inventory data, including stock levels, item details, and inventory transactions. It provides endpoints to update inventory records upon entries or exits, ensuring accurate and up-to-date inventory management across the system.
This solution uses Docker for containerization, making it easy to run on macOS, Linux, and Windows.
Warning: This solution is part of the Inventory Management System and should be ran together with the rest of the services. The whole system is composed of the following components:
- API Gateway <--- Complete setup instructions can be found here (in Wiki).
- Inventory Auth Service
- Product Service
- Inventory Service (this repository)
The service will be available at http://localhost:15269
or https://localhost:15475
.