Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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