Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 364 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 364 Bytes

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