Authentication using bcrypt libary.
- π Node Js β A web framework for Node Js
- π¨ Express β Fast, unopinionated, minimalist web framework for Node.js
- π§‘ Knex β Knex.js is a "batteries included" SQL query builder designed to be flexible, portable, and fun to use
- π bcrypt β A library to help you hash passwords
- β celebrate β Celebrate is an express middleware function that wraps the joi validation library
- Clone this repo using
git clone https://github.com/gitfelipe/bcrypt-authentication.git - Move yourself to the appropriate directory:
cd bcrypt-authentication - Run
yarnornpm ito install dependencies - Run
yarn devto start the server
