Skip to content

bernardoenock/social_media

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Teste Tecnico: LinkLei

Table of Contents

Features

  • Laravel 8
  • PHP 7.2+;
  • MySQL 5.6+;
  • React com TS
  • libs uteis do React

Iniciar a aplicação

  • Clone o repositorio com os metodos: (https, ssh, gh cli)

  • Na raiz suba o Banco de Dados com: docker compose up

Iniciar API

  • Dentro de api/ copie o .env.example: cp .env.example .env

  • Atualize o composer: composer install ou composer update

  • Rodar as migrations:

php artisan migrate --seed
  • Criar o symbolic link
php artisan storage:link
  • Rodar a API localmente:
php artisan serve

Iniciar Front End

  • Dentro de client/ rode: yarn ou yarn install

  • Depois inicie com: yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors