Skip to content

React + Express boilerplate application with passportjs authentication

Notifications You must be signed in to change notification settings

waleedahmad/rexpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rexpress

React + Express boilerplate application with passportjs authentication

Dependencies

You must install these dependencies globally before installation.

Installation

$ npm intall
$ webpack -p

Configuration

you can application configration settings in config.js file. you can edit database configuration, application port and session secret.

module.exports = {
    db : {
        config : {
            url : 'mongodb://127.0.0.1/databasename'
        }
    },

    app : {
        port  : port,
        secret : 'session-secret-key'
    }
};

Starting Application

$ npm start

About

React + Express boilerplate application with passportjs authentication

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published