Project developed for Scandiweb's Junior Web Developer Test.
Download and install Laragon
Clone the repository into the laragon/www folder
Edit bootstrap.php to add your local database information
Open Laragon > Database and create a database from phpapi.sql file
StartAll from Laragon
Install npm from Node.js
Install yarn
npm install --global yarn
Open the web folder in terminal and install dependencies
yarn
Run the project
yarn start