Skip to content

JuliusB/subscribers-manager

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published