MongoDB Stitch (Legacy)
→ docs
Key features
- Stitch QueryAnywhere
- Stitch Functions
- Stitch Triggers
- Stitch Mobile Sync
SDK
Deployment
You can use GitHub Actions to setup a continuous deployment, watch this video from Lauren Schaefer.
Getting started
You can start by this serie of videos.
MongoDB Building a Web-based To-Do App
- Make sure stitch-cli is available:
npm install -g mongodb-stitch-cli
- Steps described in docs.mongodb.com:
git clone git@github.com:mongodb/stitch-examples.git
cd stitch-examples
cd todo/import/Todo_Web_App_With_Twilio
stitch-cli login --username=cloud.username@email.com --api-key=my-api-key
Examples
- mongodb/stitch-examples
- mongodb/stitch-tutorials mongodb/stitch-examples
- aydrian/stitchcraft-picstream MaBeuLux88/mongodb-stitch-examples
- How I Used MongoDB Stitch to Build a Website with my Grandma’s Recipes GitHub