Thank you for applying for an engineer position at Newswire.
This project is designed to test your skills with Laravel, SQL and VueJS.
It should take 2-3 hours but there is no time limit. Please focus on quality over quantity.
PHP 7.3+
MySQL / MariaDB
Composer
NPM
Use the commands below to clone the project and install dependencies:
git clone https://github.com/newswirecom/test-project-backend.git
cd test-project-backend
Update your configuration in the .env
file with database credentials and then:
composer install
npm install
php artisan migrate
php artisan serve
npm run watch
Open the project in your browser for further instructions.