This is a simple Point of Sale (POS) system API built using Express.js and Prisma for managing customers, items, orders, and order details.
- Item Management: Add, update, delete, and retrieve items.
- Customer Management: Add, update, delete, and retrieve customers.
- Order Management: Manage orders and their details.
- Scalable Design: Built to handle a growing database and user base.
- Type-Safe Codebase: Uses TypeScript for better maintainability and error detection.
- Node.js: Backend runtime.
- Express.js: Web framework for building RESTful APIs.
- Prisma: ORM for interacting with the MySQL database.
- TypeScript: Strongly typed programming language for JavaScript.
- MySQL: Relational database.