An open API service indexing awesome lists of open source software.

https://github.com/ullaskunder3/simple-auth-nodejs

Simple Nodejs Authentication using bcrypt ...
https://github.com/ullaskunder3/simple-auth-nodejs

Last synced: 8 months ago
JSON representation

Simple Nodejs Authentication using bcrypt ...

Awesome Lists containing this project

README

          

# Simple Nodejs Authentication

## Dependencies

- `express`: Fast, minimalist web framework for node.
- `bcrypt`: A library to help you hash passwords.
- `nodemon`: add nodemon global ( recommended )

## Vs Code Extension

- `REST Client`

REST Client allows you to send HTTP request and view the response in Visual Studio Code directly.

...soon