Skip to content

MERN App Boilerplate with authentication (Node.js/Express/MongoDB/React)

Notifications You must be signed in to change notification settings

trujic1000/mern-auth-bolierplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mern-auth-boilerplate

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/default.json.

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 App Boilerplate with authentication (Node.js/Express/MongoDB/React)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published