weltelesrocha / talentify-jobs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Talentify Jobs

Install

Copy .env.example file to .env

cp .env.example .env

Docker

docker-compose up -d --build

Composer install

docker-compose run php php composer.phar install

Structure and data of the databases

docker-compose run php php artisan migrate:fresh --seed

If an error appears, change APP_DEBUG to true

Common error is permission on the storage folder

sudo chmod -R 766 storage/

RUN

Access the server as http://localhost, remembering that port 80 must be open.

If you want to change the port, you must change the .env file and the docker-compose.yml.

Tests

If you do the test it will clean the database. So you have to run the migration again.

sudo docker-compose run php php vendor/bin/phpunit

Architecture

Lavavel Framework MVC

alt text

UML

alt text

About


Languages

Language:PHP 86.7%Language:Blade 12.0%Language:Shell 0.9%Language:Dockerfile 0.5%