Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mabdusshakur/easy-pos-react-laravel
React + Laravel API POS project. It includes features such as customer management, category management, product management, invoice creation, and invoice printing.
https://github.com/mabdusshakur/easy-pos-react-laravel
api inertiajs inventory-management-system laravel react
Last synced: 19 days ago
JSON representation
React + Laravel API POS project. It includes features such as customer management, category management, product management, invoice creation, and invoice printing.
- Host: GitHub
- URL: https://github.com/mabdusshakur/easy-pos-react-laravel
- Owner: mabdusshakur
- Created: 2024-09-15T11:40:58.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T11:44:25.000Z (2 months ago)
- Last Synced: 2024-10-10T12:44:02.410Z (about 1 month ago)
- Topics: api, inertiajs, inventory-management-system, laravel, react
- Language: PHP
- Homepage:
- Size: 363 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- ** Installation **
- Clone the repository
- Run `composer install`
- Run `npm install`
- Run `cp .env.example .env`
- Run `php artisan key:generate`
- Set your database credentials in the `.env` file
- Set your mail credentials in the `.env` file
- Run `php artisan migrate`
- Run `php artisan serve` to start the test server
- Run `npm run dev` to compile the assets as for development**_ This is the same project done on blade but now its on React._**
- You can find the project at this GitHub repository: [Laravel-11-Inventory- Blade version](https://github.com/mabdusshakur/Laravel-11-Inventory)
### Features
- Customer management
- Category management
- Product management
- Invoice creation
- Invoice printing