Skip to content

Commit bba661f

Browse files
committed
update readme
1 parent c002c15 commit bba661f

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

README.md

+31-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,40 @@
11
# Kuyjalan
22
KuyJalan is web based application to inform the user about travelling place.
3-
Fungsionalitas :
3+
4+
## Fungsionalitas :
45
1. Register (nama, username, email,password)
56
2. Log in (username, password)
67
3. Home (konten-konen orang yang ngepost article , dan search)
78
4. Cek profil
89
5. Poin(Setiap kali user ngepost article)
910
6. Log out
1011
7. Like, comment , share
12+
13+
## Minimum Requirements
14+
1. PHP >= 7.1.3
15+
2. Composer
16+
17+
## How to run Project
18+
Clone project
19+
```
20+
git clone https://github.com/guaychou/KuyJalan.git
21+
```
22+
23+
Install package dependency
24+
```
25+
composer install
26+
```
27+
28+
Configuration database
29+
* Copy the `.env.example` file and create a `.env`
30+
* Fill database information `DB_DATABASE`, `DB_USERNAME` and `DB_PASSWORD`
31+
32+
Generate key
33+
```
34+
php artisan key:generate
35+
```
36+
37+
Run project
38+
```
39+
php artisan serve
40+
```

0 commit comments

Comments
 (0)