-
Set Up Instructions
- This project is a User Login Email Validation System using OTP based Validation and in python we can do it through micro web Framework of python Flask and Front end technologies stack such as HTML , CSS.
- Download the USER_LOGIN_PART as Zip file in your Computer/Laptop.
- Extract the Dowloaded file and make a separate folder for this project.
- Open the folder in VScode editor.
-
Dependancy Management
- Make pythonvenv for this project by using below statements.
- PIP for python
- Write command in terminal as pip install --upgrade pip to download latest version of python.
- Flask for Backend Service For mails transmission you can use terminal for this and write pip install flask.
- Also make sure that your Vscode editor have all the abilities and Dependencies to run the HTML,CSS program.
- Write Command in your terminal pip install flask_mail
YOU ARE READY TO GO HURRAH!