AutoExpress a car dealership app built for both car dealer and car buyer. A car dealer manages the car being viewed on the website by adding, updating, deleting and uploading photos of a car. On the other hand, a car buyer can search for the vehicle he or she desired on the website. If the buyer finds the desired vehicle he or she can contact the seller to get more information of the vehicle. A car buyer can also calculate their monthly or bi-weekly payment.
- Clone this repo.
- Create the database.
- Configure
\autoexpress\admin\server\class\Dbh.php
file so it matches your web server database username and password. - Create the tables by importing the sql file
\db\schema.sql
. - Create an admin account directly by way of
INSERT
statement. - Now you can add car to the inventory in
admin/inventory.php
- Advanced search
- Montly or bi-weekly payment calculator
- Administrator module
- Share a car via email
- Schedule a test drive
- Make an offer to the dealer