Skip to content

rezamobaraki/simple-fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-FastAPI

FastAPI

Hello friends of this Reza Mobaraki

Table of contents

General info

In this source I have decided to define a series of API interfaces By FastApi

Join me as we learn together

Technologies

Project is created with:

  • Python: 3.9
  • uvicorn: 0.13.4
  • fastapi: 0.65.1

Help

If you are considering a particular method, more modern technology Add to my project and send merge request, I will add you in the credits and contributors section

Setup

  • first step : create virtual environment
virtualenv -p python3 venv 
  • second step : activate virtual environment
source venv/bin/activate  
  • third step : install package | library from requirements.txt
 pip install -r requirements.txt
  • last step run uvicorn server
 uvicorn main:app --reload
app => your firstal app defination from FastApi Class
main => your own file where you write functions and define routes

Credits

Contributors

License

Distributed under the MIT License. See license for more information.

About

simple fastApi project - coming soon

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages