|
3 | 3 | <a href="https://www.breatheco.de"><img height="280" align="right" src="https://raw.githubusercontent.com/breatheco-de/python-flask-api-tutorial/3ffb90ea974146f57a3bdfd59665b4c4d5d05197/.breathecode/assets/badge.svg"></a> |
4 | 4 | <!--endhide--> |
5 | 5 |
|
6 | | -This is an interactive tutorial that will teach you how to create an API using the Flask framework using Python and Pipenv. |
| 6 | +This is an interactive tutorial that will teach you how to create an API using the Flask framework on Python and Pipenv. |
7 | 7 |
|
8 | | -### 🌱 How to start this project |
| 8 | +## 🌱 How to start this project |
9 | 9 |
|
10 | 10 | This project comes with the necessary files to start working immediately. |
11 | 11 |
|
12 | 12 | We recommend opening this very same repository using a provisioning tool like [Codespaces](https://4geeks.com/lesson/what-is-github-codespaces) (recommended) or [Gitpod](https://4geeks.com/lesson/how-to-use-gitpod). Alternatively, you can clone it on your local computer using the `git clone` command. |
13 | 13 |
|
14 | 14 | This is the repository you need to open: |
15 | 15 |
|
16 | | -``` |
| 16 | +```text |
17 | 17 | https://github.com/breatheco-de/python-flask-api-tutorial |
18 | 18 | ``` |
19 | 19 |
|
20 | 20 | **👉 Please follow these steps on** [how to start a coding project](https://4geeks.com/lesson/how-to-start-a-project). |
21 | 21 |
|
22 | | -💡 Important: Remember to save and upload your code to GitHub by creating a new repository, updating the remote (`git remote set-url origin <your new url>`), and uploading the code to your new repository using the `add`, `commit` and `push` commands from the git terminal. |
| 22 | +> 💡 Important: Remember to save and upload your code to GitHub by creating a new repository, updating the remote (`git remote set-url origin <your new url>`), and uploading the code to your new repository using the `add`, `commit` and `push` commands from the git terminal. |
23 | 23 |
|
24 | 24 | ## About the project we are going to build |
25 | 25 |
|
@@ -63,7 +63,7 @@ And return the updated list of todos. |
63 | 63 |
|
64 | 64 | ### DELETE /todos/<int:position> |
65 | 65 |
|
66 | | -This will remove one todo, based on a given position in the todos list, at the end of the url and return the updated list of todos. |
| 66 | +This will remove one todo, based on a given position in the todos list, at the end of the URL and return the updated list of todos. |
67 | 67 |
|
68 | 68 | This and many other projects are built by students as part of the 4Geeks Academy [Coding Bootcamp](https://4geeksacademy.com/us/coding-bootcamp) by [Alejandro Sanchez](https://twitter.com/alesanchezr) and many other contributors. Find out more about our [Full Stack Developer Course](https://4geeksacademy.com/us/coding-bootcamps/part-time-full-stack-developer), and [Data Science Bootcamp](https://4geeksacademy.com/us/coding-bootcamps/datascience-machine-learning). |
69 | 69 |
|
0 commit comments