Efficient online vehicle auctions built with PHP MVC
This project includes the following features:
- User Authentication
- Responsive Design
- Auction Countdown Timer
- Product Recommendations
- SEO Optimization
- Reserve Price
- Bidding System
- Auction History
- Admin Dashboard
Color | Hex |
---|---|
Primary Color | #624bff |
White Color | #ffffff |
Background Color | #f9fafb |
Text Color | #637381 |
Clone the project
git clone https://github.com/natainditama/auctionx.git
Go to the project directory
cd auctionx
Define your config
cp src/config.example.php src/config.php
Import the database schema
mysql -u your_username -p < path/to/auctionx.sql
Generate the autoload file
composer dump-autoload
Start the php server
php -S localhost:5000 -t public
Open http://localhost:5000/public in your web browser
Contributions are always welcome!
See contributing.md for ways to get started.
Special thanks to contributors for their valuable contributions to this project:
Please read the Code of Conduct
This project is licensed under the MIT License. See the LICENSE file for details
Contact me for inquiries, suggestions, or contributions via the following channels:
Thank you for your support, interest, feedback, and contributions!