Infollion-Register-Page is a full-stack app that uses real-time OTP verification via email. It utilizes Nodemailer and Mailgen to accomplish this.
Infollion-Register-Page uses OTP verification. OTP will be last 6 digit of mobile number.
Client: React JS
Server: Node JS, Express JS
Database: Mongo DB
CSS Library: Material-UI
https://infollion-nlou.onrender.com/
Clone the project
git clone https://github.com/sanjaykumarverma01/simplifii.gitGo to the project directory
cd simplifiiInstall dependencies
npm install cd client/
npm installStart the server
npm run start
npm run serverStart the Client
//open a new terminal
cd client
npm start






