A Point Of Sale Web Application Made With Laravel + VueJS2
Use the package manager (composer and npm) for installing
- Do the following commands for installing
git clone https://github.com/zuramai/laravel-vue-pos.git
cd laravel-vue-pos
composer install
npm install
copy .env.example .env
php artisan key:generate
- Create a database and import laravel_pos.sql
- Setting database name, username, and password in your .env file
- Do the following instructions if you're done setting database in .env
php artisan jwt:secret
php artisan config:cache
php artisan serve
npm run serve
-
Username: admin Password: admin
-
Username: kasir Password: kasir