Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrlynn/iheartmdb
MongoDB Atlas Ice Breaker
https://github.com/mrlynn/iheartmdb
demo demo-app demo-application example javascript mongodb mongodb-atlas mongodb-stitch sample-app
Last synced: 28 days ago
JSON representation
MongoDB Atlas Ice Breaker
- Host: GitHub
- URL: https://github.com/mrlynn/iheartmdb
- Owner: mrlynn
- Created: 2020-03-05T14:28:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T11:14:00.000Z (12 months ago)
- Last Synced: 2024-10-02T13:41:26.210Z (about 2 months ago)
- Topics: demo, demo-app, demo-application, example, javascript, mongodb, mongodb-atlas, mongodb-stitch, sample-app
- Language: HTML
- Size: 2.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Atlas Event Ice Breaker - A Poll Example w/ Charts
This is a simple MongoDB Atlas Stitch App using Query Anywhere and MongoDB Charts to ask an ice breaker question to a classroom then plot the results.
To use this for your own event, or for research:
1. Deploy a [MongoDB Atlas cluster](https://cloud.mongodb.com)
2. Create a [Stitch App](https://docs.mongodb.com/stitch/procedures/create-stitch-app/)
3. Create an [anonymous auth provider)[https://docs.mongodb.com/stitch/authentication/anonymous/)
4. Create a [rule in Stitch)[https://docs.mongodb.com/stitch/mongodb/configure-advanced-rules/index.html) to allow anyone to read/write their own data to the `welcome.responses` collection
5. Copy stitch app ID and replace it in `index.html`
6. Modify the questions to suit - these are in `poll.html`.
7. Change the `hero.png` image to suit.
8. Create a graph or graphs you want in [MongoDB Charts](https://charts.mongodb.com/)
9. Copy [unverified iframe URL](https://docs.mongodb.com/charts/master/embedded-chart-options/index.html) and add those URLs to the `results.html` `CHARTSURIS` array.