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 (video instruction)
    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

    To send both GET and POST requests you may use Postman. Also you may import the Postman collection for the server.
  7. Explore the source code of the server app
  8. Add a user with your name and a random phone number to DB either with HTTP request or with SQL statement.
  9. Commit and push changes (instruction)
  10. Send a link to your forked repository to the group chat in Telegram

Clone this wiki locally