This is the backend repository for the Bidify project. IT is written in PHP and uses the Laravel 10 framework.
Clone the repository
git clone https://github.com/bidify-org/bidify.gitInstall dependencies
composer installCopy the .env.example file to .env and fill in the required information
Generate an application key
php artisan key:generateRun the migrations
php artisan migrateCreate storage link
php artisan storage:linkStart the server
php artisan serve