Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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