Helper Solutions Backoffice (HSBO) is a scaffolding project that comes with authentication & users CRUD. It is a Single Page Application (SPA) built on top of React.js in the frontend & Laravel in the backend.
- Single Page App
- Stateless Authentication System
- Datatables uses server-side pagination, sorting & filtering
- CRUD - Undo common actions such as deleting data.
You can check out the live preview
- Clone the repo
git clone https://github.com/JovertTheDeveloper/hsbo.git
- Go to your project folder from your terminal
- Run:
composer install
andnpm install
- After installation, run:
php artisan serve
- The project will run in this URL: (http://localhost:8000)