OpenSIGL is a powerful, open-source logistics and supply chain management solution built with Node.js. It helps businesses and organizations efficiently manage inventory, procurement, transportation, and warehouse operations.
- 📦 Inventory Management: Real-time tracking of stock levels, locations, and movements.
- 🛒 Procurement Module: Manage suppliers, purchase orders, and inbound logistics.
- 🚚 Transportation Tracking: Dispatch planning, shipment tracking, and delivery status.
- 🏬 Warehouse Management: Multi-warehouse support, bin-level tracking, and transfers.
- 📊 Dashboards & Reports: Insightful KPIs and custom exportable reports.
- 👥 User & Role Management: Secure authentication and role-based access control.
- 🔗 RESTful API: Integrate easily with other systems and platforms.
- Backend: Node.js, Express.js
- Database: MySQL / PostgreSQL
- Authentication: JWT, Role-Based Access
- API: RESTful APIs with OpenAPI/Swagger documentation
- Frontend (optional): React.js / Angular.js (if included)
# 1. Clone the repository
git clone https://github.com/eyanoapp/opensigl.git
# 2. Navigate into the project directory
cd opensigl
# 3. Install dependencies
npm install
# 4. Create a .env file based on .env.example
cp .env.example .env
# 5. Start the server
npm run devOpenSIGL is maintained and developped by EyanoApp, and licended under GPL-2.0