Code Monkey home page Code Monkey logo

web-apis-with-python's Introduction

For help and support open a topic in Discussions above.

Starter Kit: Web APIs with Python

This is the starter kit associate with "Building Web APIs with Python" which the following version available

  1. Kindle Edition: Get it here

Usage Instructions

This repository contains the starter kit for each exercise in a separate branch.

If you are unfamiliar with Git and GitHub, please read the instructions on usage below carefully and follow the steps.

1. Fork to create your own copy of the repository

Step 1: Login to GitHub and navigate to this repository

https://github.com/UberPython/web-apis-with-python

Step 2: Create a Fork of the repository by clicking on the fork button on top right side of the webpage as shown below

image-20210604203326830

This will create a copy of the repository in your account.

Step 3: Clone this new repository in your account. To Copy the Git URL press on the Green "Code" button and then click on the clipboard icon as shown below

image-20210604204305086

Or you can run the following command from your terminal with Git installed, replacing "" with our actual GitHub username

git clone https://github.com/<myUserName>/web-apis-with-python.git

2. Navigate to the starter kit

From the terminal, run the below command to navigate to a particular branch, replace "" with the name of the branch (typically provided in the exercise)

git checkout <branch-name>

The "branch-name" should match exactly to the branch specified in the exercises.

You should also set the upstream (online) branch by running

git push --set-upstream origin <branch-name>

3. Track the changes and push it to your repository on GitHub

This involves 4 steps.

Step 1: Check the changes you have made by running

git status

This will highlight the files that been added, deleted or changed.

Step 2: Add the changes to the working tree

git add <file-name>

git status will provide you will list of files, you will need to do this with each file that has been added or changed.

Step 3: Record and commit the changes

git commit -m "<What changes have you done?>"

Step 4: Push your changes to GitHub (origin)

git push

This requires the git push --set-upstream origin <branch-name> completed as specified in section 2 above

web-apis-with-python's People

Contributors

rehanhaider avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.