Before Starting
Video Tutorial
Here is the Video Tutorial Link.
Warning
For the tutorial there is an extra requirement.
Python Dependencies Manager
First of all take a look at the tool PDM. Because, we will use it to build our First API.
PDM For Linux/Mac
PDM For Windows
(Invoke-WebRequest -Uri https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py -UseBasicParsing).Content | python -
Getting Started
Warning
Bash required. If you are in a Windows computer take a look at Git BASH.
Create a Folder
Init PDM
Note
We selected Number "1
" in order to use python version (3.10
)
The output in your computer will look similar but not exactly the same.
Note
Then continue with the setup.