/faststream-server

Video upload and stream api server created using FastAPI(Python) and SQLModel(SQLAlchemy) ORM

Primary LanguagePython

FastStream Server

Technology

  • Python
  • Fastapi
  • SQLModel

Features

Auth

  • login
  • signup
  • get current user

Users

  • get all paginated users
  • get user by id
  • update user
  • delete user

Videos

  • get all paginated videos

  • get video by id

  • create video

  • update video

  • delete video

  • views on Video

  • add remove likes on video