A full-stack web application developed to collect, manage, and analyze customer feedback related to electricity and power supply services. The system helps users submit complaints and feedback efficiently while enabling administrators to monitor responses and improve service quality through a centralized dashboard.
🌐 Live Demo: https://power-supply-feedback-management-system.onrender.com
- ✅ User Authentication & Secure Login
- ✅ Feedback & Complaint Submission System
- ✅ Admin Dashboard for Feedback Monitoring
- ✅ Responsive User Interface
- ✅ Real-Time Data Handling
- ✅ Database Integration
- ✅ Role-Based Access Control
- ✅ Modern UI using Tailwind CSS & Blade
- HTML5
- CSS3
- Tailwind CSS
- Blade Template Engine
- PHP
- Laravel Framework
- MongoDB
- SQL
- Docker
- Render
Power_Supply_Feedback_Management_System/
│
├── app/ # Application Logic
├── bootstrap/ # Framework Bootstrap Files
├── config/ # Configuration Files
├── database/ # Database Migrations & Seeders
├── public/ # Public Assets
├── resources/ # Blade Views & Frontend Resources
├── routes/ # Web Routes
├── storage/ # Application Storage
├── tests/ # Testing Files
└── .dockerignoregit clone https://github.com/Bhupendra958/Power_Supply_Feedback_Management_System.gitcd Power_Supply_Feedback_Management_Systemcomposer install
npm installCreate a .env file and update database credentials:
APP_NAME=PowerSupplyFeedbackSystem
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=power_supply_feedback
DB_USERNAME=root
DB_PASSWORD=php artisan key:generatephp artisan migratephp artisan servehttp://127.0.0.1:8000The objective of this project is to digitize and simplify the process of collecting power supply feedback and complaints while providing administrators with tools to analyze and manage customer responses efficiently.
- JWT/Session Authentication
- Protected Routes
- Secure Form Validation
- CSRF Protection
- Role-Based Authorization
- 📊 Analytics Dashboard
- 📩 Email & SMS Notifications
- 📱 Mobile Responsive Enhancements
- 🧠 AI-Based Complaint Analysis
- 📍 Complaint Tracking System
Full-Stack Developer | B.Tech (Computer Science & Engineering) Student at LPU
Passionate about building scalable web applications and real-world software solutions.
Suggestions and contributions are welcome.
Feel free to fork the repository or open an issue.
If you like this project, consider giving it a star on GitHub!