Git Product home page Git Product logo

local-web-streaming-service-python-flask's Introduction

Local Streaming Service platform written in Python's web framework - Flask

Table of Contents

Introduction

This is a simple web streaming service platform written in Python's web framemork - Flask. The platform is designed to allow users to request, watch and bookmark movies and TV shows available on the platform's server. The project was created to serve as a local streaming service platform for a small community or organization. The platform is designed to be simple and easy to use, with a modern, responsive user interface.

This project integrates a React frontend with a Flask backend to create a full-stack web application. The React app serves as the user interface, allowing users to interact with the application through a modern, responsive design. The Flask backend handles API requests, business logic, and interactions with the database, providing a robust server-side platform.

Features

  • Modern React frontend
  • Flask backend with RESTful API
  • User authentication and authorization

Future Features

  • Responsive design suitable for all devices
  • User's ability to upload and manage their own movies
  • P2P streaming

Installation

Prerequisites

Setup Instructions (for Linux operating system)

  1. Clone the repository
git clone https://github.com/NaviteLogger/Local-Web-Streaming-Service-Python-Flask.git

1.2. Create a virtual environment (optional)

python3 -m venv venv

1.3. Activate the virtual environment (optional)

source venv/bin/activate
  1. Install the dependencies
pip install -r requirements.txt
  1. Install the frontend dependencies (Next.js development server)
cd my-app
npm install
  1. Set the environment variables: fill in the .env file with your own values
cp .env.example .env

Usage

  1. Run the backend server
flask run
  1. Run the frontend development server
cd my-app
npm run dev
  1. Open the application in your web browser
http://localhost:3000

Documentation

The documentation for this project can be found in the docs directory. The built documentation can be found in the build/docs directory.

Contributing

Contributions are welcome! Please see the contributing guidelines for more information.

Authors

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

local-web-streaming-service-python-flask's People

Contributors

navitelogger avatar dependabot[bot] avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.