Skip to content

Web application providing accessible tools, developed during a student project with Laravel & ReactJS.

License

Notifications You must be signed in to change notification settings

samuel-gerard/mohea

Repository files navigation

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

About

Web application providing accessible tools, developed during a student project with Laravel & ReactJS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •