Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chandanschandu authored Jun 9, 2024
1 parent 7086cb2 commit 531341f
Showing 1 changed file with 20 additions and 13 deletions.
33 changes: 20 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
# CarShowroom-DatabaseMgmt
This is a simple Car showroom database management system project !
The user can view and also purchase cars. Also this application has an admin part where the dealer can
add cars to his showroom and simulataneously update his database.
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.

Steps to run the project:
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) install wamp server : link -: http://www.wampserver.com/en/
2) type: localhost in address bar and open phpmyadmin
3) create a database - " car_showroom "
4) set password for the database as : " root "
5) run the wamp server
6) start the project ... " localhost/carshowroom
7) for admin part .... " localhost/carshowroom/admin/admin.php
Download and install WAMP Server from here.
Set Up the Database:

Open your web browser and type localhost in the address bar to access phpMyAdmin.
Create a new database named car_showroom.
Set the password for the database to root.
Run the WAMP Server:

Start the WAMP Server to enable your local web server.
Start the Project:

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

:) have fun !

0 comments on commit 531341f

Please sign in to comment.