Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

Auctionx



Efficient online vehicle auctions built with PHP MVC



contributors


last update


forks


stars


open issues


license




View Demo
ยท
Documentation
ยท
Report Bug
ยท
Request Feature




screenshot


## ๐Ÿ“ 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!