CPMS

Simple Car Parking Management System using (Windows Forms) C# with MS SQL Server

MIT License

Stars
8

Bot releases are visible (Hide)

CPMS - v1.0.0 Latest Release

Published by TharukRenuja 9 months ago

CPMS : Car Parking Management System

CPMS is a desktop application developed using C# WinForms and Microsoft SQL Server.

System Requirements:

  • Microsoft SQL Server: Prior to running the application, ensure Microsoft SQL Server is installed and configured on your system. Restore the provided database file CPMS-DB to initialize the required data structure.
  • Windows Operating System: Compatible with Windows 7 and above.
  • .NET Core - 8.0.0

Getting Started:

  • ♻️ Set up Microsoft SQL Server: Install Microsoft SQL Server on your device and restore the provided database file CPMS-DB to initialize the necessary database schema and sample data.
  • 🌐 Download and Install: Obtain the latest release CPMS-App.zip of the CPMS from the GitHub repository & extract it. (It's better to Build your own cuz this won't work with the issue of Database)
  • 🥲 Configure Connection: Update the database connection string in the application settings to point to your SQL Server instance. (Need to change DBString on each code contains a connection to Database)
  • 👁️ Select User View: Choose the appropriate user view (Admin, Normal, or Security Guard) based on your role and permissions.
    > Admin Credentials : admin Admin@CPMS
    > Security Guard Credentials : sguard SGuard@CPMS
  • 🍃 Begin Management: Start managing parking spots, registering vehicles, and monitoring parking activities efficiently.
Related Projects