https://github.com/cdckhang/autohub
AutoHub - Vehicle Managment System
https://github.com/cdckhang/autohub
csharp dotnet sql-server winforms
Last synced: 10 months ago
JSON representation
AutoHub - Vehicle Managment System
- Host: GitHub
- URL: https://github.com/cdckhang/autohub
- Owner: cdCkhang
- Created: 2024-10-17T01:32:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-17T04:26:42.000Z (over 1 year ago)
- Last Synced: 2025-02-05T11:37:30.445Z (12 months ago)
- Topics: csharp, dotnet, sql-server, winforms
- Language: C#
- Homepage:
- Size: 9.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AutoHub - Vehicle Management Store
Introduction
- Autohub allows you to manage the vehicles in your store more faster and efficiently.
- The application is built natively for Windows, support from Windows 7 to 11.
- With the integration of the SQL Server backend service running locally on your network.
- Ensures data integrity and security with private backend management.
Technologis Stack, Frameworks
-
SQL Server: Database hosting, Local database management for data storage and retrieval. -
Windows Forms (.NET Core App 7.0.17) : Forms,UI/UX, Native desktop application development for Windows. -
SQL Server: Database hosting, Local database management for data storage and retrieval.
Installment
- Download the source code. Apply this command to clone the repo to your local environment
gh repo clone cdCKhang/AutoHub - Set up SQL Server Database. Use the provided query to initialize the database with sample data.
- Replace the connection string variable with your own SQL Connection String. Located in the GetData.cs File in Data Access Layer Folder.
Example of a valid connection string :string connection = "@Data Source=TESTSERVER;Initial Catalog=ProjectcnDotNet_CDM;Integrated Security=True;Trust Server Certificate=True"; - Click on AutoHub.sln (Visual Studio IDE) to build all the depedencies automatically. Run the code.
Video Demo
Screenshots
-
Login Form
-
Customer Info
-
Transaction
-
Car Models
-
Manufactueres
-
Sales Peron
-
Statistics






