/etx_pos_app

simple point of sale app

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

etx_pos_app

simple point of sale web application using php laravel and vuejs

#Rquirements 1.MySql database 2.PHP 7.x 3.node

#installation

  1. Create Mysql database
  2. Navigate to project root directory and open a terminal
  3. Change the database details in .env file
  4. From the terminal, run the followinf commads: a. npm install b. composer install c. php artisan migrate c. php artisan db:seed
  5. admin user credentials: username: 'admin' , password: 'admin' #enjoy