An open API service indexing awesome lists of open source software.

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

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



  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](https://github.com/cdCkhang/AutoHub/blob/main/assets/image_2024-10-17_103551522.jpg)


  • Customer Info


  • ![image](https://github.com/cdCkhang/AutoHub/blob/main/assets/image_2024-10-17_103618391.jpg)


  • Transaction


  • ![image](https://github.com/cdCkhang/AutoHub/blob/main/assets/image_2024-10-17_103631245.jpg)


  • Car Models


  • ![image](https://github.com/cdCkhang/AutoHub/blob/main/assets/image_2024-10-17_103642436.jpg)


  • Manufactueres


  • ![image](https://github.com/cdCkhang/AutoHub/blob/main/assets/image_2024-10-17_103654884.jpg)


  • Sales Peron


  • ![image](https://github.com/cdCkhang/AutoHub/blob/main/assets/image_2024-10-17_103708521.jpg)


  • Statistics


  • ![image](https://github.com/cdCkhang/AutoHub/blob/main/assets/image_2024-10-17_103720245.jpg)