SivaPrakasam7 / NodeAuth

Node js login Google authendication and normal login with mongodb

Home Page:node-auth-henna.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeAuth

Node js login Google authendication and normal login with mongodb

Config

Create .env file and write belows
    DB_URL='{Mongodb-connection-url}'
    PORT={Port-number}
    URL='{URL-with-port}'
    GCLIENT_ID='{Google-API-client-id}'
    GSECRET='{Google-API-Key}'
    SECRET='{Any-secret-key}'

RUN

Current-directory# npm install
    
Current-directory# node app.js

About

Node js login Google authendication and normal login with mongodb

node-auth-henna.vercel.app


Languages

Language:JavaScript 53.1%Language:EJS 29.5%Language:CSS 17.4%