Add customers, mange products and their stocks and crede orders for your customers.
Full Tutorial: https://youtu.be/hvtcQE8Gshs
Blogs: https://myiotlab.in
Please install below dependency
- Node 20
- Php 8.2
- Composer 2.2
- Mysql Database
- Git
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
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