Auction app is a open source web app which is for making auction automated and wild speared. It help to open a new world for e-commerce sector. This web app help to sell add buy product which will be supervised by this system and administration.
For using this auction system follow this:
-
Get the source into your system git clone -link from github-
-
Get the dependencies composer install npm install npm run build
-
Migrate the database php artisan migrate (I use mysql for database. if you use other then you need to work on config file)
-
Add super admin php artisan db:seed
-
Run in your system php artisan serve
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.
The Laravel framework is open-sourced software licensed under the MIT license.