Skip to content

Backend of OTT platform developed using test driven development

Notifications You must be signed in to change notification settings

23kakashi/ott_platform

Repository files navigation

ott_platform backend

#Tech stack

  • Node
  • Express
  • Postgres
  • Redis
  • Knex
  • API documentation is available at http://localhost:8080.api-doc

    Project Flow

  • Anyone can search for content based on movie title, actor, director, language, genres
  • Registerd user has two type of plan basic and premium
  • Registerd user can login using email based authentication
  • Basic user can only access movies in basic plan while premium user can access all of the content
  • User can change plan from basic to premium and visa-versa
  • Admin can create add new content and has access for content according to his plan
  • Contant details

  • LinkedIn
  • Github