Skip to content

MERN-auth-redux Minimal full-stack MERN app with authentication using passport and JWTs. This project uses the following technologies: React and React Router for frontend Express and Node for the backend MongoDB for the database Redux for state management between React components

License

Notifications You must be signed in to change notification settings

mian-ali/mernAuth-bolirplate

Repository files navigation

MERN-auth-redux

Minimal full-stack MERN app with authentication using passport and JWTs.

This project uses the following technologies:

Configuration

Make sure to add your own MONGOURI from your mLab database in config/keys.js.

module.exports = {
  mongoURI: "YOUR_MONGO_URI_HERE",
  secretOrKey: "secret"
};

Quick Start

// Install dependencies for server & client
npm install && npm run client-install

// Run client & server with concurrently
npm run dev

// Server runs on http://localhost:5000 and client on http://localhost:3000

About

MERN-auth-redux Minimal full-stack MERN app with authentication using passport and JWTs. This project uses the following technologies: React and React Router for frontend Express and Node for the backend MongoDB for the database Redux for state management between React components

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published