This project is a One-Time Password (OTP) verification system built with Next.js and Twilio.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them:
- Node.js
- npm
- Next.js
- A Twilio account
A step by step series of examples that tell you how to get a development environment running:
- Clone the repository
- Install the dependencies using
npm install
- Set up your Twilio account and get your Account SID and Auth Token
- Create a
.env
file in the root directory and add your Twilio Account SID and Auth Token - variable names areTWILIO_ACCOUNT_SID
,TWILIO_NUMBER
andTWILIO_AUTH_TOKEN
respectively
Explain how to run the automated tests for this system.
Add additional notes about how to deploy this on a live system.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Your Name - Initial work - Shivam Vishwakarma
This project is licensed under the MIT License - see the LICENSE.md file for details