MINTOS Home assignment

Setup

  1. Clone repository
  2. Create .env file from .env.example and fill important values, specially DB connection, mail connection, and RSS configuration
RSS_URL=https://www.delfi.lv/rss/?channel=delfi
RSS_CACHE_LENGTH=60
RSS_ITEMS_COUNT=20
  1. Run composer install
  2. Run `./vendor/bin/sail up -d' to start docker container
  3. Run `./vendor/bin/sail artisan migrate' to create DB structure
  4. Run `npm run dev' to start vite
  5. Project is ready to start by opening http://localhost

Tests

To run tests use ./vendor/bin/sail artisan test Tests expect vite is running