Skip to content

Basic express server using mongoDB to register users and allow login. Password is hashed using bcrypt.

Notifications You must be signed in to change notification settings

dab07/express-login-resgister

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-login-resgister

Basic express server using mongoDB to register users and allow login. Password is hashed using bcrypt.

Pre-requisites

  • MongoDB
  • NodeJS

Getting Started

Run your mongo server on localhost at 27017, if not then make changes to port and url accordingly in config.js.

First, Clone this repository Them, run the following

 cd express-login-register
 npm install
 npm start

You can also use yarn instead of npm

 cd express-login-register
 yarn
 yarn start

Development

In order to start in development mode (DEBUG mode) start the application with

npm startDev

OR

yarn startDev

About

Basic express server using mongoDB to register users and allow login. Password is hashed using bcrypt.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published