Skip to content
Ilia Kisliakovskii edited this page Apr 7, 2021 · 8 revisions

Prerequisites

  • Download and install Python. It may be downloaded
  • Download and install pip.
    • If you have Anaconda installed just run the following command from the command line:
~ conda install pip

Task description

  1. Create a GitHub account (or use an existing one)
  2. Fork basic-backend repository (instruction)
  3. Clone the forked repository to your local machine
    The video instruction is for Intellij IDEA but can be applied to PyCharm as well
  4. Open the cloned repository in PyCharm Community IDE
    • Select Conda Python interpreter if you have Anaconda installed
  5. Run the server (instruction)
  6. Try to send requests to the server using its API description
    GET requests may be sent from the browser

Clone this wiki locally