parse-server-example icon indicating copy to clipboard operation
parse-server-example copied to clipboard

Example of Parse Server using the express framework.

Results 28 parse-server-example issues
Sort by recently updated
recently updated
newest added

graphql-tools.com to learn what package you should use instead npm ERR! code 127 npm ERR! path /home/school.colorbenz.com/public_html/parse-server-example-master/node_modules/parse-server npm ERR! command failed npm ERR! command sh -c node -p 'require("./postinstall.js")()' npm...

type:bug

I'm not sure if I am doing this right. I don't normally contribute to open source projects here. This project is meant to be an easy to deploy version for...

- Changes example project to use `import / export` instead of `require / module.exports` - Bumps dependancies

### New Feature / Enhancement Checklist - [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - [x] I am not just asking a [question](https://github.com/parse-community/.github/blob/master/SUPPORT.md). - [x] I have searched through [existing...

bounty:$20
type:docs

Some ideas for evolution of Parse Server example: Have multiple branches, with different levels of complexity, such as: - [x] dev - the most simple Parse Server - [ ]...

Example app for how to use AWS Secret Manager with Parse Server. Removes setting masterKey and databaseURI via .env. Would require an AWS Secrets branch. Related: #401

Currently Parse Server Example uses `require` and `module.exports`. I propose migrating to ES6 syntax, `import` and `export`

type:feature

Hi! What do you think about moving sources to `/src` folder ? I think it could make it more clear for new users what's config VS actual code ? Have...

Hi, Since https://github.com/parse-community/parse-server/pull/7418 will be merged soon (I hope 😅) I could add here on how to use the schemas with a Test collection, a few fields and an index....