Skip to content

A media streaming platform developed for SWE.

Notifications You must be signed in to change notification settings

vijay9908/StreamZ

Repository files navigation

StreamZ

GitHub GitHub last commit

A video streaming platform made as a project for Software-Engineering in S6.

The following folder has the documentation prepared with all the SE steps followed in each phase.

Software requirement specification (SRS)

Use-case Diagram

Class Diagram

Sequence Diagram

Test-plan

🛠 How to Run Locally & Develop ?

  1. Install Python and Pipenv. If you had installed python and Pipenv previously, No need to re-install again.
  2. Clone this repository and rename the folder as per your requirement.

Your directory structure should appear as follows;

StreamZ
    ├── system
    └── media
  1. Installing Requirements is important. (in root) for Mac Users,
  python -m pip install -r requirements.txt 

for Linux Users,

  pip install -r requirements.txt 
  1. Navigate to system/settings.py, Change the Secret-key to your own project key and set Debug = True;
  2. To run the server, Inside root use the command;
  python manage.py runserver

For help with commands, Use the following;

  python manage.py help
  1. Access the client at localhost (http://127.0.0.1:8000)

Check the #app/urls.py for accessable urls.

About

A media streaming platform developed for SWE.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published