forked from magonysandormate/PeePal
README.md frissítve
This commit is contained in:
13
README.md
13
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user