steps to configure the project
- clone the project from github
- config/check the DB details
- update the composer
steps to run the project
- Run the migrations using artisan command(php artisan migrate)
- seed the data using artisan command(php artisan db:seed)
- run the project with 'php artisan serve' and open new CMD for 'npm run dev'
login to the project
username: developer
password: Test@Password123#
if you want to register then you can also register when click on the register link
for the refence SQL file also included in to the project folder
The Laravel framework is open-sourced software licensed under the MIT license.