To make this system work, create a database called 'foodassignment' import the sql file into php myadmin.
Go to the terminal (the directory the folder is in) and type composer install, this will install all of the dependencies
edit the .env to what your db set up is, for xamp mysql
the set up would be
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=foodassignment
DB_USERNAME=root
DB_PASSWORD=
If you have the problem of dont have permission you could follow these instructions
cd your_project_path
php artisan cache:clear
chmod -R 777 app
chmod -R 777 storage
composer dump-autoload
To login I have created an account
[email protected]
Bottle1!
Or just create a new user.