Skip to content

atifrani/fastapi-tutoriel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastapi-tutoriel:

Welcome to my first fastapi tutoriel.

How to run localy:

  1. Install python.

  2. Install Git.

  3. Clone the github repository: git@github.com:atifrani/fastapi-tutoriel.git

  4. Create python virtual env : python -m venv venv

  5. activate the pyhton virtual env : \venv\Script\activate

  6. install the requierments: pip install -r requirements.txt

  7. Run python web server: uvicorn main:app --reload

  8. open your browser and past this url: http://127.0.0.1:8000/docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages