Skip to content

Full-stack user authentication ๐Ÿ” boilerplate built with MERN stack, Passport.js and JWT (Learning Project ๐ŸŒฑ)

Notifications You must be signed in to change notification settings

sanketshah19/personal-auth-passport-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

58 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

mern-auth

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

Full-stack user authentication ๐Ÿ” boilerplate built with MERN stack, Passport.js and JWT (Learning Project ๐ŸŒฑ)

Topics

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •