Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1020 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 1020 Bytes

BroLight

Symfony Sync Vue.js

Projet personnel visant à fusionner les frameworks Symfony v5 et Vue v2.

Stack technique

Environnement de production

  • Raspberry Pi 4 Modèle B
  • Raspbian
  • Apache
  • Mysql
  • Phpmyadmin

Autre

Détails sur le projet prochainement ...

Installation

git clone https://github.com/ThomasBerranger/BroLight.git
cd Brolight
composer install
# edit the username & password in the .env file
php bin/console doctrine:database:create
symfony server:start