Point of Sale (POS) API built with Node.js, Express, Prisma & PostgreSQL. Features multi-tenancy, atomic transactions, and ledger-based inventory management
Stars
11
Forks
0
Watchers
11
Open Issues
0
Overall repository health assessment
^5.22.0^5.1.1^2.8.5^16.4.5^4.21.1^8.0.0^17.13.3^9.0.3^1.10.0^5.0.1^10.0.0^0.3.0^9.14.0^29.7.0^3.1.7^5.22.0^7.0.029
commits
chore: merge inventory feature with documentation and fixes
2ec7764View on GitHubfix: correct destructuring of asyncWrapper import in inventory controller
dbb0f26View on GitHubfeat: add Swagger API documentation and inventory route to app.js
089601dView on GitHubmerge: Implement inventory management module Complete inventory CRUD with stock tracking and validation
3a5150dView on GitHubfeat: add inventory validation schemas for CRUD operations and stock management
36e81cdView on GitHubfeat: add inventory routes with CRUD operations and stock management
2909edcView on GitHubfeat: add inventory controller with CRUD operations and stock management
843a795View on GitHubfeat: implement CRUD operations for inventory management
38351afView on GitHubMerge: Add API documentation and testing tools - Swagger UI implementation with complete endpoint documentation - Postman collection for API testing - Enhanced README with comprehensive API guide - Added required dependencies (swagger-ui-express, yamljs)
d3135deView on GitHubAdd swagger-ui-express and yamljs dependencies to package.json
2cfb0a9View on GitHub