Proof Of Concept Demonstrating Sound Based authentication
- Node-14
- MongoDB
- Install Dependencies
npm install- Configure Environment Variables
touch .env
cat test.env > .envEdit the env file with MONGODB Connection String and SECRET_KEY.
- Run the project
npm start