/node-react-auth

Authentication Client and Server using Node and React

Primary LanguageJavaScript

User Authentication using NodeJS, React

  • This app has both then frontend and backend for Authentication using NodeJS and React
  • Installation
    1. npm install (in root folder)
    2. npm install (in frontend folder)
  • Root folder without frontend folder can be used as a boilerplate for User Authentication

Packages for NodeJS

  • express
  • mongoose
  • morgan
  • body-parser
  • bcrypt-nodejs
  • jwt-simple
  • passport
  • passport-jwt
  • passport-local

Packages for react

  • react-router-dom
  • redux
  • react-redux
  • redux-form
  • axios
  • redux-thunk
  • eslint-config-airbnb babel-core babel-loader (--save-dev)