Skip to content

ashotpahlevanyan/sg-node-mongo-passport-server-with-auth

Repository files navigation

node-mongo-passport-server-with-auth

A simple express server with mongo, mongoose, passport.js, bcryptjs, JWT

can be used as boilerplate for a node.js application

to install dependencies

yarn install

install mongodb and run mongod command

create a ./config.js file with structure

module.exports = {
  secret: 'your secret key here'
};

to run

yarn run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published