Welcome to my first fastapi tutoriel.
-
Install python.
-
Install Git.
-
Clone the github repository: git@github.com:atifrani/fastapi-tutoriel.git
-
Create python virtual env : python -m venv venv
-
activate the pyhton virtual env : \venv\Script\activate
-
install the requierments: pip install -r requirements.txt
-
Run python web server: uvicorn main:app --reload
-
open your browser and past this url: http://127.0.0.1:8000/docs