Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 033cd82 commit bb5f138Copy full SHA for bb5f138
1 file changed
README.md
@@ -1,2 +1,25 @@
1
# myspace
2
-Project sederhana yang menggunakan RESTFULL API, API Google Maps dan JWT sebagai auth
+
3
+1. Introduction
4
+2. Requirements
5
+3. SetUp
6
+ - Composer
7
+ - Env
8
+ - Migration
9
10
+## Introduction
11
+Aplikasi sederhana yang menggunakan konsep RESTFULL API, API Google Maps dan JWT sebagai Auth
12
13
+## Reguirements
14
+- Laravel 7.5.2
15
+- Maps Javascript API Key
16
+ - Maps Javascript API
17
+ - Directions API
18
19
+## SetUp
20
+- Composer
21
+ - /myspace > composer install / composer update
22
+- Env
23
+ -GMAPS_API={YOUR_MAPS_JAVASCRIPT_API_KEY}
24
+- Migration
25
+ - /myspace > php artisan migrate
0 commit comments