项目作者: rikyperdana
项目描述 :
CRUD for Atlas Stitch
高级语言: JavaScript
项目地址: git://github.com/rikyperdana/stitch-crud.git
Atlas Stitch CRUD
This is a CRUD (Create, Read, Update, Delete) for Atlas Realm/Stitch connected MongoDB.
Preparation
- Create your Project, Cluster, Database, and Stitch App on MongoDB Atlas
- Set rules for each of your collections to be connected, allow read and write
- Confirm changes
Start
git clone https://github.com/rikyperdana/stitch-crud myStitch
cd myStitch && python -m SimpleHTTPServer
Go to http://localhost:8000 or head to demo page
How to Use
- Only for the first time, fill the form with your Stitch App ID and database name
- Click ‘Get Collection’ button and fill the database and collection name as target
- Use ‘Refresh’ button to reload the collection from source
- Use ‘Add’ to insert a new object into the collection
- Double click a row to display the ‘Update’ and ‘Delete’ function
- Use Export button to get the csv of the loaded collection
- Use Import button to insert all the contents of the Exported csv
Dependencies
- Atlas Stitch SDK
- Lodash
- Mithril
- Bulma CSS
- SiftJS
- Papa Parse
Screenshots
