Auralis Dashboard is a modern data visualization platform built on the Lumen PHP micro-framework. It provides real-time insights, metrics tracking, and customizable components for efficient system monitoring.
- Real-Time Data Updates: Live data streaming from multiple sources.
- Customizable Widgets: Drag, drop, and configure dashboard components.
- RESTful API Integration: Seamless data retrieval and manipulation.
- Responsive Design: Optimized for desktop and mobile devices.
- Backend: Lumen (PHP)
- 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
- Configure environment
- Copy
.env.exampleto.envand update your database credentials and other settings.
- Copy
- Run database migrations
php artisan migrate
- Start the development server
php -S localhost:8000 -t public
- Open your browser and visit http://localhost:8000.
- Customize widgets and explore interactive data visualizations.
- Monitor real-time metrics and generate reports.
We welcome contributions! To get started:
- Fork the repository.
- Create a branch
git checkout -b feature-branch
- Commit your changes
git commit -m "Add feature" - Push to your branch
git push origin feature-branch
- Open a pull request on GitHub.
This project is licensed under the MIT License. See the LICENSE file for details.