Skip to content

A simple crime management system, which stores and display data from MySQL database. It is a console based Java application.

Notifications You must be signed in to change notification settings

Ranjanji/Crime-Management-System

Repository files navigation

Crime Management System

The objective of this project is to maintain a record of all the cyber-crime complaints reported by the victims and provide a platform for the cyber-crime bureau/police department to provide necessary solution and help to all of these problems.

It is a console based Java application.

                Backend database: MYSQL   ||   Server side Scripting: Java(JDBC Driver)

Application Snaps

Main class console

Database Entities

  • Crime
  • Criminal
  • Victim
  • Police Station
  • Criminals of Crime (foreign key)
  • Victim of Crime (foreign key)

ER Diagram

App Screenshot

Tech Stacks

  • Java
  • JDBC
  • MySQL

My Skills

(back to top)

Functionalities

  • Register Crime
  • Register Criminal
  • Show status of case
  • Change status of case
  • Search case in records
  • Search criminal in records
  • Get report on status of case

System for police stations that allows adding, updating case files and criminal records, This Crime Information Management System is a simple console based project that gives you the information of all the crimes happened in a particular location, all the stats on solved and unsolved crimes in particular area .

Thanks for visiting.

(back to top)