/React-Redux-Saga-Node-Example-App

An example app in React (frontend) with Redux Saga and Node.js (backend)

Primary LanguageJavaScript

React-Redux-Saga-Node-Example-App

An example app in React (frontend) with Redux Saga and Node.js (backend)

Instructions:

Create the file default.json in server/config with your mongodb credentials

{
"localMongoURI": "",
"serverMongoURI": "",
"jwt_secret": "mykey"
}