This project is a system for buying and selling cars. It allows users to manage data starting from car types, cars, buyers, and sales books. The system is built using Visual Basic and uses a MySQL database to store all data. It has a user-friendly interface, making it easy to use on desktop.
- Sign in: enable registered users to enter the system
- Sign up: enable unregistered users to create new account
- CRUD car type data: manage available car type data, such as adding new car types, viewing a list of car types, updating existing car type data, and deleting car types
- CRUD car data: manage available car data, such as adding new car, viewing a list of car, updating existing car data, and deleting car
- CRUD buyer data: manage available buyer data, such as adding new buyer, viewing a list of buyer, updating existing buyer data, and deleting buyer
- CRUD sales book data: manage available sales book data, such as adding new sales book, viewing a list of sales book, updating existing sales book data, and deleting sales book
- Search for specific data by ID
- Filtering car data based on sold status
To get started with the project, you will need to install Visual Basic and MySQL on your computer. Once these are installed, you can download the source code for the project from the "Code" tab on this GitHub repository.
To run the project, import the sql script to MySQL database, open the solution file in Visual Basic, and hit the "Start" button. The project will connect to the MySQL database.
- Visual Basic
- MySQL
- Visual Basic
- MySQL
Name | NIM |
---|---|
Sandhi Karunia Sugihartana | 2107411007 |
Hilmawan Fauzy Wibowo | 2107411009 |
Heical Chandra Syahputra | 2107411022 |
Muhammad Haikal Al Rasyid | 2107411025 |
For full documentation on the project, please see the Wiki.