- Laravel 6
- Vue.js 2
- Axios
- Tailwind css
composer install
cp .env.example .env
php artisan key:generate
Into .env
file enter
DB credentials
Mail Settings for e.g. mailtrap
Set -> QUEUE_CONNECTION=database
php artisan migrate
php artisan db:seed
Prepare storage link
php artisan storage:link
For mass readers notifications to work run
php artisan queue:work
npm install
npm run dev
php artisan serve
Only author can do publish or delete a book.
One author can't manipulate other author`s books.
All readers can only view.