Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Install Python in you machine ## Step 1: Download the Python Installer 1. Python website's download page: https://www.python.org/downloads 2. install the downloaded file 3. To Verify, In the Command Prompt, type `python --version` and press `Enter`. You can also install IDE https://code.visualstudio.com/download Install dependency ## Run the following command to install Flask using pip: pip install Flask run the app execute the following in your command propmt or terminal python app.py to access the app go to your browser http://127.0.0.1:5000