parse-server

v2.7.2
An express module providing a Parse-compatible API server

dev

npm run build && node bin/dev

lint

flow && eslint --cache ./

test

cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.2.6} MONGODB_STORAGE_ENGINE=mmapv1 TESTING=1 jasmine

build

babel src/ -d lib/ --copy-files

start

node ./bin/parse-server

pretest

npm run lint

coverage

cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.2.6} MONGODB_STORAGE_ENGINE=mmapv1 TESTING=1 nyc jasmine

prepublish

npm run build

Metadata

Downloads