Tech Motors is a premium vehicle purchasing system developed using Java and MySQL, allowing customers to buy luxury cars and airplanes effortlessly. Users can explore a wide range of vehicles, place orders, and securely complete payments using Visa or Mastercard.
- 🏎 Luxury Vehicle Selection - Choose from an exclusive collection of high-end cars and airplanes.
- 🛒 Seamless Ordering - Add vehicles to your cart and proceed with a hassle-free checkout.
- 💳 Secure Payment - Make transactions using Visa or Mastercard.
- 📊 Order Tracking - Monitor your purchase history and order details.
- 🔐 User Authentication - Secure login and registration system for customers.
- Backend: Java (JDBC, Servlets)
- Database: MySQL
- Frontend: Java Swing
- Payment Integration: Visa, Mastercard
- Java (JDK 8+)
- MySQL Server
- IDE (Eclipse, IntelliJ, NetBeans, etc.)
-
Clone the Repository
git clone https://github.com/IshanGupta09/Tech-Motors.git cd Tech-Motors
-
Setup Database
- Import the provided MySQL database file (
tech_motors.sql
) - Update database credentials in
db_config.java
- Import the provided MySQL database file (
-
Run the Application
- Open the project in your IDE
- Run the main Java file
Home Page | Checkout Page |
---|---|
- 🚘 More Vehicle Categories - Expand the inventory with more options.
- 📱 Mobile App Integration - Develop an Android/iOS version.
- 💰 Crypto Payments - Support Bitcoin and Ethereum payments.
Want to improve Tech Motors? Feel free to contribute!
- Fork the Repository
- Create a Feature Branch (
git checkout -b feature-name
) - Commit Your Changes (
git commit -m 'Add feature'
) - Push to GitHub (
git push origin feature-name
) - Submit a Pull Request 🎉
🚀 Happy Coding!