Skip to content
This repository was archived by the owner on Oct 2, 2021. It is now read-only.

flovilmart/parse-server-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To test the failure:

  1. npm install
  2. start mongo in a terminal
  3. run node index.js
  4. send a REST CURL

curl -X POST -H 'X-Parse-Application-ID: hello' -H 'X-Parse-Client-Key: world' http://localhost:1337/functions/hello

-> notice the result {"code":141,"error":{"message":"unauthorized"}}

Working version: run JAVASCRIPT_KEY=h node index.js

run the curl notice the result {"result":[]} the query is run and returns nothing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published