Skip to content

devchas/react-stitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Stitch

This simple React app demonstrates how to implement basic CRUD functionality using MongoDB's Stitch as a backend

  1. Follow the instructions in Section B of this tutorial to create and configure a MongoDB Stitch application

  2. Update the app ID with your Stitch application's ID in src/containers/BlogContainer.js

const client = Stitch.initializeDefaultAppClient("<your-app-id>");
  1. $ npm i

  2. $ npm start

About

Simple react app using stitch as backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published