Skip to content

simple Point of Sale (POS) system API built using Express.js and Prisma for managing customers, items, orders, and order details.

Notifications You must be signed in to change notification settings

charakamihiranga/node-pos-api

Repository files navigation

Node POS API

This is a simple Point of Sale (POS) system API built using Express.js and Prisma for managing customers, items, orders, and order details.

Features

  • 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.

Technologies Used

  • 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.

About

simple Point of Sale (POS) system API built using Express.js and Prisma for managing customers, items, orders, and order details.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published