Skip to content

FloKnapp/laravel-11

Repository files navigation

Tests

About this project

This application let epilepsy patients track their episodes.

Preview

Requirements

  • Git
  • Docker

Services being used in Docker

  • PHP 8.3
  • MariaDB 11
  • Mailpit (optional)
  • Redis (optional)

Installation

Clone this repository. Example:

git clone git@github.com:FloKnapp/laravel-11.git

Run the following commands from the root directory of the application (this could take a while):

$> ./vendor/bin/sail up -d 

Execute Migrations

$> ./vendor/bin/sail artisan migrate

Activate Watcher

Start the vite bundler and file watcher:

$> ./vendor/bin/sail npm run dev

Run Tests

$> ./vendor/bin/sail test