Hosted on heroku here
$ git clone [email protected]:bryantobing12/NodeJS-MongoDB-Auth-Passport.git
$ cd NodeJS-MongoDB-Auth-Passport/config
$ touch dev.env (set your configuration)
PORT=<localport>
MONGODB_URL=<yourdatabaseurl>
SESSION_SECRET=<yoursessionsecret/random>
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
Happy to get contributions . Great!
Created by Bryan Lumbantobing © 2020