Skip to content

natainditama/auctionx

Repository files navigation

Auctionx

Efficient online vehicle auctions built with PHP MVC

contributors last update forks stars open issues license


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 #624bff
White Color #ffffff #ffffff
Background Color #f9fafb #f9fafb
Text Color #637381 #637381

🚀 Getting Started

🔧 Prerequisites

🏃 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


Contributions are always welcome!

See contributing.md for ways to get started.

🙏 Acknowledgements

Special thanks to contributors for their valuable contributions to this project:

📜 Code of Conduct

Please read the Code of Conduct

⚠️ License

This project is licensed under the MIT License. See the LICENSE file for details

🤝 Contact

Contact me for inquiries, suggestions, or contributions via the following channels:

Thank you for your support, interest, feedback, and contributions!