Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T09:19:22.000Z (30 days ago)
- Last Synced: 2024-10-30T04:07:31.446Z (17 days 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: 34.6 MB
- Stars: 20
- Watchers: 1
- Forks: 11
- 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](https://via.placeholder.com/10/624bff?text=+) #624bff |
| White Color | ![#ffffff](https://via.placeholder.com/10/ffffff?text=+) #ffffff |
| Background Color | ![#f9fafb](https://via.placeholder.com/10/f9fafb?text=+) #f9fafb |
| Text Color | ![#637381](https://via.placeholder.com/10/637381?text=+) #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:[email protected])
- [LinkedIn](https://www.linkedin.com/in/natainditama)
- [GitHub](https://github.com/natainditama)Thank you for your support, interest, feedback, and contributions!