Skip to content

Boilerplate for react redux authentication apps with mongo

Notifications You must be signed in to change notification settings

ArseniyKotov/ReactReduxMongoAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Redux Mongo Auth Boiler Plate

Specs

  • This is a token based auth boilerplate using React, Redux, Redux Form, Passport, MongoDB and Express

Use

  • npm install
  • Make sure you have mongodb installed
  • Make sure you have mongod running
  • Dont forget to create a config.js file in the server directory that exports your secret for passport
  • Also, in the server/models.dbConfig file, the "/auth" in the mongoose connection line will create a database called auth. Make sure to change it if you want a different name

About

Boilerplate for react redux authentication apps with mongo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published