Skip to content

reobroqn/upload-video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blabla Video Platform

A modern video sharing platform built with FastAPI and Svelte.

Project Structure

blabla-tm/
├── backend/         # FastAPI backend
├── frontend/        # Svelte frontend
└── .env            # Environment variables

Features

  • 📹 Video upload and streaming
  • 🔐 User authentication with JWT
  • 🎥 Adaptive video playback
  • 🏷️ Video organization with tags and categories
  • 📱 Responsive design for all devices

Development Setup

Prerequisites

  • Python 3.12+
  • Node.js 18+
  • PostgreSQL
  • Redis
  • AWS S3 bucket (for video storage)

Backend Setup

  1. Navigate to the backend directory
  2. Create a virtual environment
  3. Install dependencies
  4. Set up environment variables
  5. Run migrations
  6. Start the development server

Frontend Setup

  1. Navigate to the frontend directory
  2. Install dependencies
  3. Start the development server

Development Status

  • Backend: In Progress (Basic setup complete)
  • Frontend: In Progress (Basic setup complete)

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create a Pull Request

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors