Mern-oauth icon indicating copy to clipboard operation
Mern-oauth copied to clipboard

A mern stack oauth authentication using facebook, google and linkedln

Mern-oauth

Create a config folder and inside it create a keys.js file.

module.exports = {
    googleClientID: 'googleCLientID' ,
    googleClientSecret:'googleClientSecret',
    facebookClientID:'fbclientID',
    facebookClientSecret:'fbclientSecret',
    mongoURI:'mlabURI'
}

To run

npm install
cd client
npm install
cd ..
npm run dev