Skip to content

Authentication application. Register and Login using Passport and Save session.

Notifications You must be signed in to change notification settings

bryanprimus/NodeJS-MongoDB-Auth-Passport

Repository files navigation

NodeJS Passport Authentication

Hosted on heroku here

Configuration

$ git clone [email protected]:bryantobing12/NodeJS-MongoDB-Auth-Passport.git
$ cd NodeJS-MongoDB-Auth-Passport/config
$ touch dev.env (set your configuration)
my default dev.env setup. or do it by your own configuration
PORT=<localport>
MONGODB_URL=<yourdatabaseurl>
SESSION_SECRET=<yoursessionsecret/random>

Installation

You must install node package manager npm before running the application

Install the dependencies and devDependencies and start the server.

$ npm install 
$ npm run dev

Development

Happy to get contributions . Great!

Todos (-)

Created by Bryan Lumbantobing © 2020

About

Authentication application. Register and Login using Passport and Save session.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published