/point-of-sale-app

Multilingual full-stack web app

Primary LanguagePHP

Point Of Sale

Point of sale app for helping stores on-premise to manage their products, orders, and their clients.

Built With

Key features:

  • Support multi-languages (LTR - RTL)
  • Roles and permissions functionality.
  • Sales graph analysis.
  • Manage store categories (create, update, delete).
  • Manage store products (create, update, delete).
  • Manage store clients (create, update, delete).
  • Manage store clients orders (create, update, delete).

Getting Started

Prerequisites

  • XAMPP development environment download (Optional)
  • Composer Dependency Manager download

Installation

  1. Clone the repo
    git clone https://github.com/IslamAliMuhammad/point-of-sale-app.git
  2. Install the dependencies
    composer install
  3. Create database in your localhost.
  4. Create .env file on root folder then Copy KEY=VALUE pairs from .env.example to .env.
  5. Set the application key
    php artisan key:generate
  6. Create virtual host then enter http://{virtual-host-name} into your browser.

License

MIT

App Screenshots

1 2 3 4 5 6 7 8 9 10 11