Skip to content

Dorothy2020/My_FastApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My_FastApi

FastApI is a Python Web FrameWork for Building APis in python 3.8

How to setup FastApI in your machine

  • activate python environment(i use python3.8) in the terminal
  • pip install fastapi[all]
  • pip install uvicorn[standard]
  • then pip install -r requirements.txt

How to run your first FastApi

uvicorn main:app --reload in the terminal then go to your browser (chrome)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages