8000 GitHub - Sharadp303/Authentication
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Sharadp303/Authentication

Repository files navigation

Setup

1.Clone the repository or download the source code.

2.Install dependencies:

npm install

3.Create a .env file in the root of the project and add the following environment variables:

DBURL=''

PORT=

SESSIONSECRETKEY=""

JWTSECRETKEY=""

googleClientID=''

googleClientSecret=''

facebookClientID=''

facebookClientSecret=''

Fill up the values with your actual MongoDB connection URI,PORT, Google client ID, Google client secret, Facebook app ID, Facebook app secret, and a session secret of your choice.

4.Run the application:

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0