Skip to content

Basic login server/client app with bcrypt, MLab, React-router and React HOCs

Notifications You must be signed in to change notification settings

luismasg/react-redux-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README.md

This is a standard login log out app with a node server

Using Bcrypt and Passport strategies with a MongoLab DB it is using React HOC to protect routes.



Screenshots

S1

screenshot 1

S2

screenshot 1

S3

screenshot 1



To install:

Open up a new administer terminal at proyect root, type the following commands :

cd client                        //change to client folder.
npm install                      // install client dependencies
cd ../server                     //go back  to server folder
npm install                      //isntall server dependencies

to run

cd client                          //go into client folder
npm start                          // start client
client should be available at  http://localhost:8080

open a new terminal

    cd server                                // go into server
    npm run dev                             //load auto reloading server

About

Basic login server/client app with bcrypt, MLab, React-router and React HOCs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published