SaiHtetWaiYan / pos

Online Pos Platform build with Laravel , Sanctum , Vite.js , Vue.js , Pinia and Tailwindcss .

Home Page:https://app.onlinepos.store/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Online Pos Platform

šŸ§¶ A application build with Laravel , Sanctum , Vite.js , Vue.js , Pinia and Tailwindcss .

Resources

Demo

https://app.onlinepos.store

The frontend of the current demo project is running on Netlify, while the backend is running on DigitalOcean

Project setup

Clone the repo locally:

git clone https://github.com/SaiHtetWaiYan/pos.git 
cd pos

Install PHP dependencies:

cd backend
composer install

Install NPM dependencies:

cd frontend
npm install

Build assets:

npm run dev

Setup configuration:

cp .env.example .env

Generate application key:

php artisan key:generate

Connect to local database

DB_DATABASE= database name
DB_USERNAME= database user name
DB_PASSWORD= database password

Run database migrations:

php artisan migrate

Run PHP development server:

php artisan serve

You're ready to go!

About

Online Pos Platform build with Laravel , Sanctum , Vite.js , Vue.js , Pinia and Tailwindcss .

https://app.onlinepos.store/

License:MIT License


Languages

Language:Vue 56.4%Language:PHP 32.5%Language:Blade 8.1%Language:JavaScript 2.9%Language:HTML 0.1%Language:CSS 0.0%