/soundAuth

Primary LanguageJavaScript

SOUND AUTHENTICATION

Proof Of Concept Demonstrating Sound Based authentication

PREREQUISITE

  1. Node-14
  2. MongoDB

INSTALLATION

  1. Install Dependencies
npm install
  1. Configure Environment Variables
touch .env
cat test.env > .env

Edit the env file with MONGODB Connection String and SECRET_KEY.

  1. Run the project
npm start