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 | |
| White Color | |
| Background Color | |
| Text Color |
Clone the project
git clone https://github.com/natainditama/auctionx.gitGo to the project directory
cd auctionxDefine your config
cp src/config.example.php src/config.phpImport the database schema
mysql -u your_username -p < path/to/auctionx.sqlGenerate the autoload file
composer dump-autoloadStart the php server
php -S localhost:5000 -t publicOpen 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!