Initial commit
This commit is contained in:
63
README.md
Normal file
63
README.md
Normal file
@@ -0,0 +1,63 @@
|
||||
# GhostPizza
|
||||
|
||||
Official website for GhostPizza pizzeria.
|
||||
|
||||
🌐 **[Visit the website (ghost-pizza.pl)](https://ghost-pizza.pl)**
|
||||
|
||||
## Technologies
|
||||
|
||||
### Backend
|
||||
[](https://laravel.com)
|
||||
[](https://filamentphp.com)
|
||||
[](https://spatie.be/docs/laravel-permission)
|
||||
|
||||
### Frontend
|
||||
[](https://react.dev)
|
||||
[](https://inertiajs.com)
|
||||
[](https://www.typescriptlang.org)
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- PHP 8.3 or higher
|
||||
- Node.js 22 or higher
|
||||
- Composer
|
||||
- npm
|
||||
|
||||
### Installation
|
||||
|
||||
```bash
|
||||
# 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](LICENSE) file for details.
|
||||
|
||||
## Author
|
||||
|
||||
Bogusław Witek
|
||||
|
||||
---
|
||||
|
||||
<p align="center">
|
||||
<i>Developed with AI</i>
|
||||
</p>
|
||||
Reference in New Issue
Block a user