This repository contains the final project for the Uji Level XI Rekayasa Perangkat Lunak (RPL). It demonstrates the student's skills in developing a web application using technologies like Laravel, PHP, MySQL, and frontend tools (HTML, CSS, Bootstrap, etc.).
- ✅ Authentication (Login/Register)
- 📋 CRUD operations (e.g., for students, products, books, etc.)
- 📊 Dashboard UI with data visualization
- 🔍 Search & filtering
- 🗃️ Relational database modeling
- 📂 File upload (optional)
- 🧾 Validation with error handling
- 📄 Printable reports or export to PDF/Excel (optional)
| Layer | Technology |
|---|---|
| Backend | Laravel 10 |
| Frontend | Vue.js (if included) |
| Database | MySQL |
| Auth System | JWT via tymon/jwt-auth |
| API Docs | Swagger / OpenAPI |
| Tooling | Composer, NPM |