Skip to content

locus-ioe/SF21-APIs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Contributors