Showing
- TugasBesar2_2017/gradlew 172 additions, 0 deletionsTugasBesar2_2017/gradlew
- TugasBesar2_2017/gradlew.bat 84 additions, 0 deletionsTugasBesar2_2017/gradlew.bat
- TugasBesar2_2017/misc/wbd_idservice.sql 85 additions, 0 deletionsTugasBesar2_2017/misc/wbd_idservice.sql
- TugasBesar2_2017/misc/wbd_ojekservice.sql 164 additions, 0 deletionsTugasBesar2_2017/misc/wbd_ojekservice.sql
- TugasBesar2_2017/settings.gradle 4 additions, 0 deletionsTugasBesar2_2017/settings.gradle
- app/api/chat.js 54 additions, 0 deletionsapp/api/chat.js
- app/api/driver.js 56 additions, 0 deletionsapp/api/driver.js
- app/api/index.js 20 additions, 0 deletionsapp/api/index.js
- app/index.js 30 additions, 0 deletionsapp/index.js
- app/service/cloud.js 33 additions, 0 deletionsapp/service/cloud.js
- app/service/hub.js 96 additions, 0 deletionsapp/service/hub.js
- app/service/relay.js 27 additions, 0 deletionsapp/service/relay.js
- config/.gitignore 3 additions, 0 deletionsconfig/.gitignore
- config/env.conf.example 2 additions, 0 deletionsconfig/env.conf.example
- package.json 25 additions, 0 deletionspackage.json
- yarn.lock 2710 additions, 0 deletionsyarn.lock
TugasBesar2_2017/gradlew
0 → 100755
TugasBesar2_2017/gradlew.bat
0 → 100644
TugasBesar2_2017/misc/wbd_idservice.sql
0 → 100644
TugasBesar2_2017/misc/wbd_ojekservice.sql
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
TugasBesar2_2017/settings.gradle
0 → 100644
app/api/chat.js
0 → 100644
app/api/driver.js
0 → 100644
app/api/index.js
0 → 100644
app/index.js
0 → 100644
app/service/cloud.js
0 → 100644
app/service/hub.js
0 → 100644
app/service/relay.js
0 → 100644
config/.gitignore
0 → 100644
config/env.conf.example
0 → 100644
package.json
0 → 100644
{ | ||
"name": "TugasBesar3_2017", | ||
"version": "0.1", | ||
"description": "PR-OJEK: Have a nice trip!", | ||
"main": "index.js", | ||
"repository": "http://gitlab.informatika.org/IF3110-2017-K02-AMEN/TugasBesar3_2017", | ||
"author": "AMEN", | ||
"license": "MIT", | ||
"private": true, | ||
"dependencies": { | ||
"body-parser": "^1.18.2", | ||
"dotenv": "^4.0.0", | ||
"express": "^4.16.2", | ||
"firebase-admin": "^5.5.1", | ||
"mongoose": "^4.13.2" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^4.11.0", | ||
"eslint-config-standard": "^10.2.1", | ||
"eslint-plugin-import": "^2.8.0", | ||
"eslint-plugin-node": "^5.2.1", | ||
"eslint-plugin-promise": "^3.6.0", | ||
"eslint-plugin-standard": "^3.0.1" | ||
} | ||
} |
yarn.lock
0 → 100644