melkotoury / laravel-angular-pos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Root Cave POS

Root Cave Point of Sale Using Laravel & Angularjs Framework

Installation

  • Clone the repo: git clone git@github.com:melkotoury/laravel-angular-pos.git
  • Change directory: cd tutapos/
  • Install Laravel: composer install --prefer-dist
  • Change your database settings in config/database.php
  • Migrate your database: php artisan migrate
  • Seed your database: php artisan db:seed
  • View your application in browser

See Demo: http://pos.rootcave.com/public/

Login using:

  • email: admin@admin.com
  • password: admin

About

License:MIT License


Languages

Language:PHP 44.6%Language:CSS 32.8%Language:HTML 20.9%Language:JavaScript 1.6%Language:ApacheConf 0.1%