Web App that allows users to write and post their secrets annonymously.Let's you login via Google using OAuth2 and users passowrd is protect using salting and hashing.
- Clone this repo to your local machine using
git clone https://github.com/utkarshraj11/Authentication-Secrets.git
- CD over to the directory and run
npm install
to install the dependencies. - Use
nodemon app.js
to spin up the server. - Open Browser and type
http://localhost:3000/
to begin.