add to git repo
Showing
index.js
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "bigstream-token-generator", | ||
| "version": "1.0.0", | ||
| "description": "bigstream token generator service", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "test": "node index.js" | ||
| }, | ||
| "author": "Krit P.", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "body-parser": "^1.18.3", | ||
| "ejs": "^2.6.1", | ||
| "express": "^4.16.3", | ||
| "jsonwebtoken": "^8.3.0" | ||
| } | ||
| } |
public/1
0 → 100644
public/images/bigstream.png
0 → 100644
8.78 KB
public/index.ejs
0 → 100644
public/token.ejs
0 → 100644