Skip to content

Project POS frontend made with React 18, React Router 6, MUI, React Hook Form and Yup

Notifications You must be signed in to change notification settings

subhadipghorui/pos-react-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 superadmin@example.com 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 superadmin@example.com password password

About

Project POS frontend made with React 18, React Router 6, MUI, React Hook Form and Yup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published