This Crime Reporting System is in PHP, CSS, JavaScript. The user (victims) can submit their complaints, while the officers can manage the complaints of all users who have submitted the complaints. The design of this project is pretty simple so that the user won’t find any difficulties while working on it.
To run this project you must have installed a virtual server i.e XAMPP on your PC.
1st Step: Extract file
2nd Step: Copy the main project folder
3rd Step: Paste in xampp/htdocs/
4th Step: Open a browser and go to URL “http://localhost/phpmyadmin/”
5th Step: Then, click on the databases tab
6th Step: Create a database naming “crime_portal” and then click on the import tab
7th Step: Click on browse file and select “crime_portal.sql” file which is inside the “Crime-Reporting-System” folder
8th Step: Click on go.
After Creating Database,
9th Step: Open a browser and go to URL “http://localhost/Crime-Reporting-System /”