Files
ghostpizza/README.md
2025-10-11 17:02:49 +02:00

1.6 KiB

GhostPizza

Official website for GhostPizza pizzeria.

🌐 Visit the website (ghost-pizza.pl)

Technologies

Backend

Laravel Filament Spatie

Frontend

React Inertia TypeScript

Prerequisites

  • PHP 8.3 or higher
  • Node.js 22 or higher
  • Composer
  • npm

Installation

# Install PHP dependencies
composer install

# Install Node.js dependencies
npm install

# Set up environment file
cp .env.example .env

# Generate application key
php artisan key:generate

# Run migrations
php artisan migrate

# Start development server
composer run dev

# Build for production
npm run build

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

Author

Bogusław Witek


Developed with AI