Online Complaint Reporter

Online Complaint Reporter

It help police to solve case by reporting FIR immediately by recording a video or by sending images of an incident

0
Online Complaint Reporter

Online Complaint Reporter

It help police to solve case by reporting FIR immediately by recording a video or by sending images of an incident

The problem Online Complaint Reporter solves

As crimes rate are unpreccedently soaring up and newspapers getting more filled with
news of crime,robbery,riots,murders ,so indian police needs more evidence and proofs
to take action against the accused and must be informed in time so that crimes can be
stopped.Police also gets frustated by fake calls and wrong evidences thus making it
more tough for them.Keeping these problems in mind ,We had made an online complaint
reporter web app which can help police in several ways.

The main features are:-

1.user can report a FIR by two ways
-By either writing an FIR report with images attached to it
-By sending a video by recording it by the website
2.All the videos and FIRs will be sent to the admin.
3.The admin can see the videos and FIRs in a separate web page desgined for them
4.Admin will also get the name and phone number of the user

Challenges I ran into

->Sending the recorded video to the server to be and to save its name in database.To solve this problem I used AJAX,Formdata so that it can send post request to server.
->Saving the video in video file.I had to use fs.createWriteStream so that it can save video in video file
->I also faced problem while showing FIRs with images on the admin page.By changing some HTML and CSS I was able to solve the problem

Discussion