File tree 1 file changed +31
-1
lines changed
1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Kuyjalan
2
2
KuyJalan is web based application to inform the user about travelling place.
3
- Fungsionalitas :
3
+
4
+ ## Fungsionalitas :
4
5
1 . Register (nama, username, email,password)
5
6
2 . Log in (username, password)
6
7
3 . Home (konten-konen orang yang ngepost article , dan search)
7
8
4 . Cek profil
8
9
5 . Poin(Setiap kali user ngepost article)
9
10
6 . Log out
10
11
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
+ ```
You can’t perform that action at this time.
0 commit comments