This repository contains a Point of Sale (POS) and Inventory Management System built with Nest.js and Vue.js. It provides a user-friendly interface for managing inventory and processing sales transactions.
- Inventory Management: Track products, categories, and stock levels.
- Sales Processing: Efficiently handle sales, generate invoices, and manage transactions.
- User Authentication: Secure user authentication and authorization.
- Reports and Analytics: Generate reports to gain insights into your business.
- Responsive UI: A modern and responsive user interface for both desktop and mobile devices.
- Frontend: Vue.js, Vuex, Vue Router, Axios
- Backend: Nest.js, Express, PostgreSQL (or your preferred database)
- Authentication: JSON Web Tokens (JWT)
- Styling: CSS/SASS
- Testing: Jest (for backend), Vue Test Utils (for frontend)