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.git
Go to the project directory
cd simplifii
Install dependencies
npm install
cd client/
npm install
Start the server
npm run start
npm run server
Start the Client
//open a new terminal
cd client
npm start