A password hasher made with NodeJS
This project was based and inspired on this project, made by LogRocket. I've added Typescript, some validation to don't duplicate any accounts, HTTP Status Code for each endpoint, online database with mongo
I'm particularly very interested on information security, and storing passwords are included. So, google recommended this blog to me and here i am.
# Clone
$ git clone git@github.com:williamtorres1/password-hasher.git
# Access the folder
$ cd password-hasher
# Install the dependencies
$ yarn
# Run
$ yarn dev
# The server will run on port 3333 - <http://localhost:3333>
