Skip to content

AQUACY/julie-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Julie-Store

A Point Of Sale Web Application Made With Laravel + VueJS2

Installation

Use the package manager (composer and npm) for installing

  1. Do the following commands for installing
git clone https://github.com/AQUACY/julie-store.git
cd julie-store
composer install
npm install
copy .env.example .env
php artisan key:generate
  1. Create a database and import laravel_pos.sql
  2. Setting database name, username, and password in your .env file
  3. Do the following instructions if you're done setting database in .env
php artisan jwt:secret
php artisan config:cache

To run the application

php artisan serve
npm run serve

Account Demo

  1. Username: admin Password: admin

  2. Username: kasir Password: kasir

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •