Skip to content

A knowledge base about audio tales recorded by Polskie Nagrania Muza

Notifications You must be signed in to change notification settings

jrmajor/bajki-muza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This repo contains the source code of https://bajki-muza.pl, a knowledge base about audio tales recorded by Polskie Nagrania Muza.

Screenshot of tales index Screenshot of tale view Screenshot of tales index Screenshot of tale view

Installation

Clone this repository and install it like you normally install Laravel application.

  • Install dependencies (composer install && yarn install)
  • Copy .env.example to .env and set environment variables
  • Set application key with php artisan key:generate
  • Run database migrations (php artisan migrate)
  • Start Vite dev server with yarn dev

Testing

This application uses PHPUnit for testing and PHPStan for static analysis.

php artisan test --parallel  # Tests
vendor/bin/phpstan analyze   # Static analysis
vendor/bin/php-cs-fixer fix  # Formatting