This is the backend application for Getx POS. It is built using Nodejs. It has the following features:
- Authentication
- Authorization
- Inventory Management
- Sales Management
- Reports
- Discount System
- User Management
- Role Management
- Product Management
- Customer Management
- MS Sql as the database
- Sequelize as the ORM
- Nodejs
- Clone the repository
- Run
npm installto install all dependencies - Run the getx.sql file in your database
- Run
npm run devto start the application
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.