Simple Point of Sale Aplications build with laravel 5.3 and VueJs
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- PHP >= 5.6
- MySQL or Postgres
- Nodejs
-
Clone this repo
-
Install dependency
composer install npm install
-
Setup Database
-
Setup Aplications
Rename .env.example to .env and fill the environment variable.
Generate a new key for your local application
php artisan key:generate
Migrate the table to database
php artisan migrate
Install Laravel Passport
php artisan passport:install
Seed User data
php artisan db:seed
Seed Demo Data
php artisan db:seed --class=DemoDataSeeder
If you are making changes to JavaScript or Styles make sure you run gulp or gulp watch.
gulp
run
vendor/bin/phpunit
- Some Awesome Stuff
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
See also the list of contributors who participated in this project.
This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE.md file for details