Full-stack POS app built with NestJS, React (Vite), PostgreSQL, Prisma, and Redis. Features JWT Auth, secure routes, and Product CRUD. Includes a smart sales system that auto-deducts inventory and prevents sales when stock is insufficient. UI powered by Ant Design.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
16
commits
feat(dev): sales databse schema & sales folders/files structure done!
ceaa204View on GitHubfeat(dev): added product delete routes in controller & implement product delete feature in frontend!
56be235View on GitHubfeat(dev): added product update routes in controller & implement product update feature in frontend!
cb9c5a4View on GitHubfeat(dev): implement product get and create routes in frontend!
ba74514View on GitHubfeat(dev): added create controller endpoint and fixed products module issuesgit add .
b5af621View on GitHubfeat(dev): added findall & f=get single product service logic!
d8829dfView on GitHub