Best Flask open-source libraries and packages

SF21 APIs

The main branch consists of the initial code of Day 4 of Software Fellowship 2021. For the final code, see the releases shown on the right side, or switch to the `final` branch.
Updated 2 years ago

SF21-APIs

This project contains the starter files and slides for the fourth day of Software Fellowship 2021

Instructions

  1. Download zip or clone this repository
  2. Create a virtual environment using following command in the terminal.
    python -m venv env
  3. Activate virtual environment
    1. For Windows ( Powershell ):
      env\Scripts\activate.bat
    2. For GNU/Linux :
      source ./env/bin/activate
  4. Install flask and requests:
    pip install flask requests
  5. Open the project in Visual Studio Code (VSCode)
  6. Download Thunder Client extension in VSCode itself from Extensions Tab
Tags main python