Auctionx
๐ Efficient online vehicle auctions
Install / Use
/learn @natainditama/AuctionxREADME
๐ About the Project
<!-- Features -->๐ Features
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 Reference
| Color | Hex |
| ----------------- | ------------------------------------------------------------------ |
| Primary Color | #624bff |
| White Color |
#ffffff |
| Background Color |
#f9fafb |
| Text Color |
#637381 |
๐ Getting Started
<!-- Prerequisites -->๐ง Prerequisites
<!-- Run Locally -->๐ Run Locally
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
<!-- Contributing -->๐ Contributing
<a href="https://github.com/natainditama/auctionx/graphs/contributors"> <img src="https://contrib.rocks/image?repo=natainditama/auctionx" /> </a><br/>Contributions are always welcome!
See contributing.md for ways to get started.
<!-- Acknowledgments -->๐ Acknowledgements
Special thanks to contributors for their valuable contributions to this project:
<!-- Code of Conduct -->๐ Code of Conduct
Please read the Code of Conduct
<!-- License -->โ ๏ธ License
This project is licensed under the MIT License. See the LICENSE file for details
<!-- Contact -->๐ค Contact
Contact me for inquiries, suggestions, or contributions via the following channels:
Thank you for your support, interest, feedback, and contributions!
