Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

A local streaming service accessible through web, written in Python's Flask framework with React frontend in Next.js

License

Notifications You must be signed in to change notification settings

NaviteLogger/Phase-1_Streaming-Service-Python-Flask

Repository files navigation

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.

About

A local streaming service accessible through web, written in Python's Flask framework with React frontend in Next.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published