This simple React app demonstrates how to implement basic CRUD functionality using MongoDB's Stitch as a backend
-
Follow the instructions in Section B of this tutorial to create and configure a MongoDB Stitch application
-
Update the app ID with your Stitch application's ID in src/containers/BlogContainer.js
const client = Stitch.initializeDefaultAppClient("<your-app-id>");
-
$ npm i
-
$ npm start