|
6 | 6 |
|
7 | 7 | This is an interactive tutorial that will teach you how to create an API using the Python Flask framework using Python and Pipenv. |
8 | 8 |
|
9 | | -## 🌱 How to start this project |
| 9 | +### 🌱 How to start this project |
10 | 10 |
|
11 | | -This project comes with the necessary files to start working, but you have two options to start: |
| 11 | +This project comes with the necessary files to start working immediately. |
12 | 12 |
|
13 | | -a) Open this link in your browser to clone it with gitpod: https://gitpod.io#https://github.com/breatheco-de/python-flask-api-tutorial |
| 13 | +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. |
14 | 14 |
|
15 | | -b) You can clone this repository on your local computer: |
16 | | -```sh |
17 | | -$ git clone https://github.com/breatheco-de/python-flask-api-tutorial |
| 15 | +This is the repository you need to open: |
| 16 | + |
| 17 | +``` |
| 18 | +https://github.com/breatheco-de/python-flask-api-tutorial |
18 | 19 | ``` |
19 | | -💡 Important: Remember to create a new repository, update the remote (`git remote set-url origin <your new url>`), and upload the code to your new repository using `add`, `commit`, and `push`. |
20 | 20 |
|
| 21 | +**👉 Please follow these steps on** [how to start a coding project](https://4geeks.com/lesson/how-to-start-a-project). |
| 22 | + |
| 23 | +💡 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. |
21 | 24 |
|
22 | 25 | ## About the project we are going to build |
23 | 26 |
|
@@ -63,3 +66,5 @@ And return the updated list of todos. |
63 | 66 |
|
64 | 67 | It's going to remove one todo based on a given position at the end of the url, and return the updated list of todos. |
65 | 68 |
|
| 69 | +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). |
| 70 | + |
0 commit comments