Lumen Dashboard is a data visualization platform built using the Lumen micro-framework, designed for lightweight and efficient data management. It allows real-time data insights, metrics tracking, and customizable components, enabling users to monitor system activities easily.
- Real-time Data Updates: Displays live data from various sources.
- Customizable Widgets: Rearrange and configure dashboard components.
- RESTful API Integration: Supports API endpoints for data retrieval and manipulation.
- Responsive Design: Optimized for desktop and mobile use.
- Backend: Lumen (PHP micro-framework)
- Frontend: HTML5, CSS3, JavaScript
- Database: MySQL
- Clone the repository:
git clone https://github.com/MrTG1B/Lumen_Dashboard.git
- Navigate to the project directory:
cd Lumen_Dashboard
- Install dependencies:
composer install
- Set up the .env file: Update your database credentials and other settings.
- Run database migrations:
php artisan migrate
- Start the development server:
php -S localhost:8000 -t public
- Open your browser and visit http://localhost:8000 to access the dashboard.
- Customize your widgets and explore data visualizations.
- Monitor real-time metrics and generate reports.
We welcome contributions! To contribute: 1. Fork this repository. 2. Create a new branch (git checkout -b feature-branch). 3. Commit your changes (git commit -m 'Add feature'). 4. Push to the branch (git push origin feature-branch). 5. Open a pull request.
This project is licensed under the MIT License.