Skip to content

Latest commit

 

History

History
executable file
·
33 lines (17 loc) · 449 Bytes

README.md

File metadata and controls

executable file
·
33 lines (17 loc) · 449 Bytes

Welcome to The Guideo Project!

Backend installation guide:

Requirements: docker, php 7.1, docker-compose and composer

1) Copy the env-example file

cd backend-api

cp env-example .env

2) Run docker-compose

sudo docker-compose up -d

3) Run composer update or composer install

4) Run php artisan key:generate

5) Run php artisan kwt:secret

Frontend installation guide:

yarn install

yarn start