This test is based on Laravel Framework 8.83.27. The following are instructions to install it.
- Unzip the archive.
- Open up a shell, or terminal to access the location of your unzipped archive.
- Go to the root of the application (task_manager).
- Open .env and set your database credentials and settings.
- Make sure the value of 'DB_USERNAME' and 'DB_PASSWORD' are in quotes, and the value of 'DB_DATABASE' exists.
- In the root of the application run 'composer install'. Then run 'php artisan key:generate
- In the root of the application run 'php artisan migrate'.
- Run 'php artisan serve'
- Open a web browser and go to http://127.0.0.1:8000, or wherever it tells you to go.
- Click on 'Create a Task' to create a task.