https://github.com/owsas/parse-cloud-class-example
A Parse Server example using parse-cloud-class (parse-server-addon-cloud-class)
https://github.com/owsas/parse-cloud-class-example
Last synced: 12 months ago
JSON representation
A Parse Server example using parse-cloud-class (parse-server-addon-cloud-class)
- Host: GitHub
- URL: https://github.com/owsas/parse-cloud-class-example
- Owner: owsas
- Created: 2018-09-14T11:46:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-27T22:51:12.000Z (over 7 years ago)
- Last Synced: 2025-04-30T05:33:52.826Z (about 1 year ago)
- Language: JavaScript
- Size: 63.5 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# parse-cloud-class-example
This is a repository that contains an example on how to use [`parse-server-addon-cloud-class`](https://github.com/owsas/parse-cloud-class) for your [Parse Server](https://github.com/parse-community/parse-server), defining some behaviours for the `_User` class, and for an example `Score` class.
It also contains an example addon (`AnalyticsAddon`), which saves an analytic each time a new object is created. This addon is then plugged to the classes mentioned before.
## Notable files
* `index.js`
* `cloud/main.js`: The main Parse.Cloud file
* `cloud/addons/AnalyticsAddon.js`: The analytics addon
* `cloud/classes/User/User.js`: The `_User` class
* `cloud/classes/Score/Score.js`: The `Score` class
To start please take a look at the `cloud/main.js` file.
## LICENSE
MIT
## Credits
Juan Camilo Guarín Peñaranda
Otherwise SAS
https://github.com/owsas
Cali, Colombia
2018