Instructions: How to Run? After you finish downloading the project, unzip the project file. Open the project folder, check for the env file, and update the database credentials. Create a MySQL database with the name provided inside the env file. Then, open the project in the Terminal or Command Prompt. Install the composer dependencies: composer install Also, install the npm packages: npm install and then npm run dev Now migrate the tables: php artisan migrate Run seeder: php artisan db:seed Then generate the key: php artisan key:generate And finally, run the project: php artisan serve