Skip to content

Latest commit

 

History

History
executable file
·
32 lines (25 loc) · 1.13 KB

README.md

File metadata and controls

executable file
·
32 lines (25 loc) · 1.13 KB

logo_complete

Mohea : Student project

Web application generating accessible tools

👥 Contribution : Samuel Gerard, Olivier Roessel, Coralie Bach
🎓 School : IUT Haguenau

Tech stack

Installation

  1. Copy data connection information to your .env file
    cp .env.example .env
  2. Set the key application to encrypte the data users
    php artisan key:generate
  3. Install php dependencies
    composer install
  4. Install javascript dependencies (inclued react)
    npm install
  5. Link storage folder to public
    php artisan storage:link
  6. Make migrations of the database (in case there is no database provided)
    php artisan migrate

Development

Execute the following command to compile the different assests
npm run dev