BPSFlow is a web-based task management application designed to assist employees of the Badan Pusat Statistik (BPS) in efficiently managing projects and team workflows.
This application was built using:
- Laravel for backend
- React + Inertia.js for frontend SPA
- Tailwind CSS for styling
- MySQL / PostgreSQL for database
And several external libraries such as
wx-react-gantt,react-datepicker, etc.
✅ Task Management & Assignment
✅ Gantt Chart
✅ Workspace & Role-Based Access
| Technology | Description |
|---|---|
| Laravel | Backend REST / SSR with Inertia |
| React | SPA Frontend |
| Inertia.js | Bridge Laravel & React |
| Tailwind CSS | Styling utility-first |
| MySQL/Postgres | Database Relasional |
| Vite | Build Tool for React |
| NPM Libraries | Additional UI such as Gantt charts |
git clone https://github.com/username/bpsflow.git
cd bpsflowcomposer installnpm installcp .env.example .envphp artisan key:generate
php artisan migrate# Laravel
php artisan servenpm run dev