Skip to content

Latest commit

 

History

History
38 lines (17 loc) · 648 Bytes

File metadata and controls

38 lines (17 loc) · 648 Bytes

Scandiweb Junior Test

Project developed for Scandiweb's Junior Web Developer Test.

Installation and usage

Back end and database

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

Front end

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