Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 440 Bytes

readme.md

File metadata and controls

17 lines (12 loc) · 440 Bytes

Tiny subscribers manager with Laravel API, Vuejs ecosystem and TypeScript

Quick guide to run it locally:

After cloning this repository, got to root directory and run following commands:

  • composer install
  • npm install
  • cp .env.example .env
  • touch database/database.sqlite
  • php artisan migrate --seed
  • npm run production
  • php artisan serve

Then open http://127.0.0.1:8000 in browser.

run tests with command: vendor/bin/phpunit