Skip to content

dipendrashekhawat/fast-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

FastAPI

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python based on standard Python type hints

Python Fast API Example

This is just to demonstrate how to leverage the fast-api framework to build an API quickly. https://fastapi.tiangolo.com/

New project startup commands

  • python -m venv .venv
  • ..venv\Scripts\activate
  • pip install fastapi uvicorn
  • pip freeze > requirements.txt

To run the file

  • uvicorn index:app --reload

Swagger Definition

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages