You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to deploy the web-application on the local machine. Download the source file and extract it in a folder of your computer.
Installation of python is must for running the web-app at your machine.
Open the terminal and navigate to the folder where whole code is kept.
1. Activate the virtual enivironment before executing the code - venv/Scripts/Activate.ps1
Run the above code in order to activate the virtual environment. Once your virtual environment is running you are ready to move forward. (There may be some error encroaching
if your system's "Execution Policy is set to Restricted". Please make it unrestricted)
2. Install related requirements and modules to run the web-application - pip install -r requirements.txt
3. Now start the web-server by executing the command - flask run (if some error occurs, It has aroused because of some missing modules or it may happen that a particular module needs upgradation. Please resolve those issues to move forward.)