Welcome to FinesManagement, a comprehensive traffic fine management system designed to streamline the process of issuing and tracking traffic fines for local police departments. Developed using ASP.NET MVC and SQL, this system offers a robust and user-friendly platform for police officers and administrative staff to manage traffic violations efficiently.
- Violation Records: Easy entry and tracking of traffic violations and fines.
- Offender Management: Maintain a database of offenders with their history of violations.
- Reporting Tools: Generate detailed reports on traffic violations, fine collections, and offender records.
- .NET Framework (Version 4.7.2 or later)
- Microsoft SQL Server
- Clone the repository: git clone https://github.com/frnapo/FinesManagement-W17.git
- Open the solution in Visual Studio.
- Update the connection string in
Web.config
to point to your SQL Server instance. - Restore
CompitoS2L5.bak
in SSMS to create and populate your database. - Build and run the application from Visual Studio.