Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mabdusshakur/laravel-11-inventory-react
This project is a React-based implementation of a Laravel 11 Inventory Management System. It includes features such as state-based authentication and global error handling using Axios interceptors. The project was originally developed using Blade templates and has now been migrated to React for a more dynamic and responsive user experience.
https://github.com/mabdusshakur/laravel-11-inventory-react
inventory-management-system laravel pointofsale react reactjs rest-api
Last synced: 11 days ago
JSON representation
This project is a React-based implementation of a Laravel 11 Inventory Management System. It includes features such as state-based authentication and global error handling using Axios interceptors. The project was originally developed using Blade templates and has now been migrated to React for a more dynamic and responsive user experience.
- Host: GitHub
- URL: https://github.com/mabdusshakur/laravel-11-inventory-react
- Owner: mabdusshakur
- Created: 2024-09-07T12:23:45.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T06:06:51.000Z (2 months ago)
- Last Synced: 2024-10-14T08:40:58.213Z (about 1 month ago)
- Topics: inventory-management-system, laravel, pointofsale, react, reactjs, rest-api
- Language: JavaScript
- Homepage:
- Size: 481 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- 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)
## Change Log
- Added axios interceptor to handle 401 (unauthorized) error globally
- Added State authentication