/ImageMgmtApp

Image management system for eligo creative service's home task.

Primary LanguagePHP

Laravel & Vue (Image Management System)

Eligo Creative Service's Home Assignment

Used Following

  1. Laravel https://laravel.com/
  2. Vue3 https://vuejs.org/
  3. Pinia https://pinia.vuejs.org/
  4. Vue Router https://router.vuejs.org/

Fresh Setup

Follow steps

  1. After cloning the repository, Run composer install to install all php dependencies.
  2. Run npm install to install node_modules
  3. Copy .env.example to .env file and update environment variables.Then run php artisan migrate to create all table.
  4. Run php artisan db:seed to run all Seeders.
  5. Run php artisan key:generate if no app key is there in env.
  6. To create new Storage symblink run : php artisan storage:link
  7. Run npm run build to create build for production.
  8. Run php artisan serve to locally serve application.