Simple repo that performs otp base authentication with express, mongoDB

#3 You should set configs in .env file

PORT = Your port
MONGODB_URI = your MONGODB_URI

NODE_ENV = development
JWT_SECRET = YOUR JWT_SECRET
ORIGIN = Your Origin

FAST2SMS = YOUR_API_KEY in FAST2SMS.com
ADMIN_PHONE = Your PhoneNumber

Start

yarn add
yarn dev