Skip to content

MERN (+ Redux) user authentication boilerplate with Passport.js and JWT

Notifications You must be signed in to change notification settings

rishipr/mern-auth

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Jun 9, 2021
Nov 17, 2018
Nov 17, 2018
Jan 1, 2019
May 16, 2019
Nov 17, 2018
Dec 17, 2018
Aug 11, 2020
Aug 11, 2020

Repository files navigation

mern-auth

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

This project uses the following technologies:

Medium Series

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

For deploying to Heroku, please refer to this helpful video by TraversyMedia.

About

MERN (+ Redux) user authentication boilerplate with Passport.js and JWT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published