Deploy/View images to database sqlite with fastapi
cd realistic

Dependencies

  • databases==0.5.3
  • fastapi==0.68.0
  • Hypercorn==0.11.2
  • pydantic==1.8.2
  • python-multipart==0.0.5
  • SQLAlchemy==1.4.20
  • starlette==0.14.2
  • uvicorn==0.15.0

run command

uvicorn main:api

Screens

Add image from form to database sqlite

Add image from form to database sqlite

Response status

Response status

GET image from http://127.0.0.1:8000/img/{name_image}

GET image from

Response image

Response image

GitHub

View Github