Initial commit
Showing
- .babelrc 6 additions, 0 deletions.babelrc
- .env.example 4 additions, 0 deletions.env.example
- .eslintrc.json 30 additions, 0 deletions.eslintrc.json
- .gitignore 53 additions, 0 deletions.gitignore
- .gitpod.Dockerfile 16 additions, 0 deletions.gitpod.Dockerfile
- .gitpod.yml 19 additions, 0 deletions.gitpod.yml
- .nycrc 10 additions, 0 deletions.nycrc
- README.md 316 additions, 0 deletionsREADME.md
- cloud/functions.js 22 additions, 0 deletionscloud/functions.js
- cloud/job-scheduler.js 31 additions, 0 deletionscloud/job-scheduler.js
- cloud/main.js 10 additions, 0 deletionscloud/main.js
- express/index.js 18 additions, 0 deletionsexpress/index.js
- index.js 126 additions, 0 deletionsindex.js
- newrelic.js 67 additions, 0 deletionsnewrelic.js
- package.json 50 additions, 0 deletionspackage.json
- parse-config.js 21 additions, 0 deletionsparse-config.js
- pgadmin4/servers.json 14 additions, 0 deletionspgadmin4/servers.json
- pgadmin4/setup-web-unattended.sh 37 additions, 0 deletionspgadmin4/setup-web-unattended.sh
- public/brewery.png 0 additions, 0 deletionspublic/brewery.png
- public/craft.png 0 additions, 0 deletionspublic/craft.png
.babelrc
0 → 100644
.env.example
0 → 100644
.eslintrc.json
0 → 100644
.gitignore
0 → 100644
.gitpod.Dockerfile
0 → 100644
.gitpod.yml
0 → 100644
.nycrc
0 → 100644
README.md
0 → 100644
cloud/functions.js
0 → 100644
cloud/job-scheduler.js
0 → 100644
cloud/main.js
0 → 100644
express/index.js
0 → 100644
index.js
0 → 100644
newrelic.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "my-dev-parse-server", | ||
"version": "1.0.0", | ||
"description": "My Development Parse API Server with Cloud Code", | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ParsePlatform/parse-server.git" | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"@brewery/parse-job-scheduler": "^1.0.1", | ||
"cors": "^2.8.5", | ||
"dotenv": "^9.0.2", | ||
"newrelic": "^7.4.0", | ||
"parse": "^3.2.0", | ||
"parse-dashboard": "^2.1.0", | ||
"parse-server": "^4.5.0", | ||
"parse-server-email-template-adapter": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.14.3", | ||
"@babel/eslint-parser": "^7.14.3", | ||
"@babel/preset-env": "^7.14.2", | ||
"babel-watch": "^7.4.1", | ||
"concurrently": "^6.1.0", | ||
"eslint": "^7.26.0", | ||
"eslint-config-standard": "^16.0.2", | ||
"eslint-plugin-import": "2.23.2", | ||
"eslint-plugin-node": "11.1.0", | ||
"eslint-plugin-promise": "5.1.0", | ||
"jasmine": "3.7.0", | ||
"nodemon": "^2.0.7", | ||
"nyc": "15.1.0" | ||
}, | ||
"scripts": { | ||
"dev": "concurrently --kill-others 'npm run server'", | ||
"server": "VERBOSE=1 nodemon ./index.js", | ||
"start": "nodemon ./index.js", | ||
"lint": "eslint --cache ./cloud && eslint --cache index.js && eslint --cache ./spec", | ||
"lint-fix": "eslint --cache --fix ./cloud && eslint --cache --fix index.js && eslint --cache --fix ./spec", | ||
"test": "jasmine", | ||
"coverage": "nyc jasmine", | ||
"prettier": "prettier --write '{cloud,spec}/{**/*,*}.js' 'index.js'", | ||
"watch": "babel-watch index.js" | ||
}, | ||
"engines": { | ||
"node": ">=4.3" | ||
} | ||
} |
parse-config.js
0 → 100644
pgadmin4/servers.json
0 → 100644
pgadmin4/setup-web-unattended.sh
0 → 100644
public/brewery.png
0 → 100644
147 KiB
public/craft.png
0 → 100644
31.2 KiB