Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 779 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 779 Bytes

Image of Landing Page

Secrets

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.

Built With

Setup

  • 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.