Skip to content

JessFe/PoliceFineManagement-.NETMVC-W17

Repository files navigation

Police Fine Management App

Welcome to the repository for the Police Fine Management Application!

This platform was developed to interact with the previously created SQL database for managing police fines and payments, found here: Police Fine Management - SQL Database & Queries.

My goal was to create an application that allows the police department to efficiently record transgressors, list contestable violations, and compile official reports. Additionally, the application includes a summary page that displays information such as the total number of reports and points deducted, with detailed access to each.

Technologies & Tools

CSharp .NET MVC CSS Bootstrap VisualStudio

Preview

Project's gallery: Click here!
Project's Video: Click here! ➡ Video Download

Prerequisites

Installation

  1. Clone the repository: git clone https://github.com/JessFe/PoliceFineManagement-.NETMVC-W17.git
  2. Open the solution in Visual Studio.
  3. Restore GestioneContravvenzioni.bak in SSMS.
  4. Update the connection string in Web.config to point to your SQL Server instance.
  5. Build and run the application.