Skip to content

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

Notifications You must be signed in to change notification settings

harshmangalam/faststream-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published