Skip to content

jrmajor/bajki-muza

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)
  • Generate assets with yarn dev
  • Copy .env.example to .env and set environment variables
  • Set application key with php artisan key:generate
  • Run database migrations (php artisan migrate)

Testing

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

vendor/bin/phpunit --testdox  # Tests
vendor/bin/phpstan analyze    # Static analysis
vendor/bin/php-cs-fixer fix   # Formatting

About

A knowledge base about audio tales recorded by Polskie Nagrania Muza

Topics

Resources

Stars

Watchers

Forks