forked from magonysandormate/PeePal
README.md frissítve
This commit is contained in:
@@ -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
|
## Telepítés és futtatás
|
||||||
|
|
||||||
Klónozd a repository-t:
|
1. Klónozd a repository-t:
|
||||||
```bash
|
```bash
|
||||||
git clone https://git.gszi.edu.hu/magonysandormate/PeePal.git
|
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
|
### Backend
|
||||||
|
|
||||||
@@ -29,6 +30,10 @@ git clone https://git.gszi.edu.hu/magonysandormate/PeePal.git
|
|||||||
```bash
|
```bash
|
||||||
php artisan migrate
|
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:
|
4. Indítsd el a Laravel szervert:
|
||||||
```bash
|
```bash
|
||||||
php artisan serve
|
php artisan serve
|
||||||
|
|||||||
Reference in New Issue
Block a user