Skip to content

subhadipghorui/pos-laravel-backend

Repository files navigation

Read me

Project POS - Point of Sale

Add customers, mange products and their stocks and crede orders for your customers.

Full Tutorial: https://youtu.be/hvtcQE8Gshs
Blogs: https://myiotlab.in

Project setup in local enviroment

Dependency

Please install below dependency

  1. Node 20
  2. Php 8.2
  3. Composer 2.2
  4. Mysql Database
  5. Git

A. Frontend - React

1. Clone the repository

2. git clone https://github.com/subhadipghorui/pos-react-frontend.git

3. npm install and then run npm start

4. Project will run at port 3000

5. default email [email protected] password password

B. Backend - Laravel

1. Clone the repository

2. git clone https://github.com/subhadipghorui/pos-laravel-backend.git

3. cp .env.example .env

4. configure database

5. composer install

6. php artisan migrate

7. php artisan db:seed

8. delete public/storage folder if exist and run php artisan storage:link

9. run backend server by php artisan serve

10. default email [email protected] password password

About

Project POS with Laravel 10 API backend, JWT auth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published