Skip to content

h4t4u/fastapi_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastapi_app

FastAPI app for Python programming 2

#Used frameworks:

  • FastAPI
  • SQLAlchemy
  • SQLite
  • Pydantic
  • Uvicorn

#Installation and run:

cd fastapi_app
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn app.main:app --reload

About

FastAPI app for Python programming 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors