Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 642 Bytes

File metadata and controls

15 lines (12 loc) · 642 Bytes

Citizen Feedback on Maintainance of Road

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

Pre- Requisites

PHP Xampp Server or any composer Laravel

Steps to run the project

  1. navigate to the project folder using CMD or Terminal and run the following command composer update
  2. Create a Database and run php artisan migrate using CMD or Terminal
  3. Finally run php artisan serve..... Your project will be available adt 127.0.0.1:8000