It is a Laravel based simple webapp to take the Feedback by various citizens about the good or poor conditions of the roads. Aiming forward to provide the data to the Organisation responsible for the Maintainence of Road
PHP Xampp Server or any composer Laravel
- navigate to the project folder using CMD or Terminal and run the following command composer update
- Create a Database and run php artisan migrate using CMD or Terminal
- Finally run php artisan serve..... Your project will be available adt 127.0.0.1:8000