An open API service indexing awesome lists of open source software.

https://github.com/ranjanji/crime-management-system

A simple crime management system, which stores and display data from MySQL database. It is a console based Java application.
https://github.com/ranjanji/crime-management-system

console-application crime-management crime-management-system database-management java jdbc-driver mysql spring-tool-suite sts

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          



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.


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



## Application Snaps
![Main class](https://user-images.githubusercontent.com/103635291/193461091-a41eb4b2-3123-49b9-84a0-bb0befff151e.jpeg)
![console](https://user-images.githubusercontent.com/103635291/193461103-7ef927c2-4f93-42dc-84ce-4c1a909dd7ca.jpeg)

## Database Entities
* Crime
* Criminal
* Victim
* Police Station
* Criminals of Crime (foreign key)
* Victim of Crime (foreign key)

## ER Diagram
![App Screenshot](https://github.com/Ranjanji/pink-pot-9002/blob/main/Er-Diagram.png)

## Tech Stacks
* Java
* JDBC
* MySQL

[![My Skills](https://skillicons.dev/icons?i=java,mysql,github,git,vscode&theme=light)](https://skillicons.dev)

(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)