README.md frissítve

This commit is contained in:
2025-05-06 15:55:34 +00:00
parent b60930016f
commit ca3ef2c611

View File

@@ -10,10 +10,11 @@ Ez a projekt a Budapesti nyilvános mosdókat listázza ki, és egy funkciója,
## Telepítés és futtatás
Klónozd a repository-t:
```bash
git clone https://git.gszi.edu.hu/magonysandormate/PeePal.git
```
1. Klónozd a repository-t:
```bash
git clone https://git.gszi.edu.hu/magonysandormate/PeePal.git
```
2. Nyisd meg a XAMPP Control Panel-t és indítsd el a MySQL szervert
### Backend
@@ -29,6 +30,10 @@ git clone https://git.gszi.edu.hu/magonysandormate/PeePal.git
```bash
php artisan migrate
```
3. Töltsd fel adatokkal az adatbázist seeder-ek segítségével:
```bash
php artisan db:seed
```
4. Indítsd el a Laravel szervert:
```bash
php artisan serve