https://github.com/natainditama/auctionx
๐ Efficient online vehicle auctions
https://github.com/natainditama/auctionx
aplication auction auction-system auction-website auctions bootstrap5 css css3 html html5 javascript javascript-applications php php-mvc php-mvc-application php-oop php-project php8 website website-development
Last synced: 4 days ago
JSON representation
๐ Efficient online vehicle auctions
- Host: GitHub
- URL: https://github.com/natainditama/auctionx
- Owner: natainditama
- License: mit
- Created: 2023-02-11T04:38:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-04T09:21:22.000Z (about 2 months ago)
- Last Synced: 2025-09-04T11:27:59.979Z (about 2 months ago)
- Topics: aplication, auction, auction-system, auction-website, auctions, bootstrap5, css, css3, html, html5, javascript, javascript-applications, php, php-mvc, php-mvc-application, php-oop, php-project, php8, website, website-development
- Language: CSS
- Homepage: https://auctionx.pages.dev/
- Size: 35.1 MB
- Stars: 27
- Watchers: 1
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Auctionx
Efficient online vehicle auctions built with PHP MVC
View Demo
ยท
Documentation
ยท
Report Bug
ยท
Request Feature
## ๐ About the Project
### ๐ 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
- [Composer](https://getcomposer.org/)
- [MySQL](https://www.mysql.com/)
### ๐ Run Locally
Clone the project
```bash
git clone https://github.com/natainditama/auctionx.git
```
Go to the project directory
```bash
cd auctionx
```
Define your config
```bash
cp src/config.example.php src/config.php
```
Import the database schema
```bash
mysql -u your_username -p < path/to/auctionx.sql
```
Generate the autoload file
```bash
composer dump-autoload
```
Start the php server
```bash
php -S localhost:5000 -t public
```
Open http://localhost:5000/public in your web browser
## ๐ Contributing
Contributions are always welcome!
See [contributing.md](https://github.com/natainditama/auctionx/blob/main/.github/CONTRIBUTING.md) for ways to get started.
## ๐ Acknowledgements
Special thanks to contributors for their valuable contributions to this project:
- Image placeholders by [Imagin](https://www.imagin.studio/)
- Admin template by [Dashui](https://dashui.codescandy.com/)
### ๐ Code of Conduct
Please read the [Code of Conduct](https://github.com/natainditama/auctionx/blob/main/.github/CODE_OF_CONDUCT.md)
## โ ๏ธ License
This project is licensed under the MIT License. See the [LICENSE](https://github.com/natainditama/auctionx/blob/main/LICENSE) file for details
## ๐ค Contact
Contact me for inquiries, suggestions, or contributions via the following channels:
- [Email](mailto:natainditama.dev@gmail.com)
- [LinkedIn](https://www.linkedin.com/in/natainditama)
- [GitHub](https://github.com/natainditama)
Thank you for your support, interest, feedback, and contributions!