Skip to content

cdCkhang/AutoHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Download the source code. Apply this command to clone the repo to your local environment
      gh repo clone cdCKhang/AutoHub

  2. Set up SQL Server Database. Use the provided query to initialize the database with sample data.

  3. 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";

  4. Click on AutoHub.sln (Visual Studio IDE) to build all the depedencies automatically. Run the code.

Video Demo

Demo GIF

Screenshots

  • Login Form

  • image

  • Customer Info

  • image

  • Transaction

  • image

  • Car Models

  • image

  • Manufactueres

  • image

  • Sales Peron

  • image

  • Statistics

  • image

About

AutoHub - Vehicle Managment System

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published