Tasks

  • Login
  • Logout
  • Session Store
  • Routing
  • Video Calling Setup
  • Merging of media files (audio and video)
  • Conversion of audio to mp3 for transcription
  • Convert video to mp4
  • Upload video to S3 bucket
  • UI to show uploaded videos
  • Display transcription
  • Video url routing
  • Delete temporary media files
  • ...others

How to run the app

cp .env.example .env

npm i && npm run dev