This project contains the starter files and slides for the fourth day of Software Fellowship 2021
- Download zip or clone this repository
- Create a virtual environment using following command in the terminal.
python -m venv env
- Activate virtual environment
- For Windows ( Powershell ):
env\Scripts\activate.bat
- For GNU/Linux :
source ./env/bin/activate
- For Windows ( Powershell ):
- Install
flask
andrequests
:pip install flask requests
- Open the project in Visual Studio Code (VSCode)
- Download Thunder Client extension in VSCode itself from Extensions Tab