Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.12 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.12 KB

Car Showroom Database Management System

This is a simple Car Showroom database management system project! The user can view and purchase cars, while the admin can manage the inventory by adding and updating car details in the showroom.

Features

  • User Interface: Users can view available cars and make purchases.
  • Admin Interface: Dealers can add new cars to the showroom and update the database.

Installation Steps

Install WAMP Server

  1. Download and install WAMP Server from here.

Set Up the Database

  1. Open your web browser and type localhost in the address bar to access phpMyAdmin.
  2. Create a new database named car_showroom.
  3. Set the password for the database to root.

Run the WAMP Server

  1. Start the WAMP Server to enable your local web server.

Start the Project

  1. Open your browser and navigate to http://localhost/carshowroom to access the user interface.
  2. For the admin interface, navigate to http://localhost/carshowroom/admin/admin.php.