Skip to content

adrianapps/youtube_clone

Repository files navigation

YouClone

Simple video streaming website, built with Django and Django Rest Framework.

Folders

  • youtube_clone
    main app of the project
  • video
    app responsible for CRUD operations on videos and comments
  • channel
    app responsible for CRUD operations on user's channels
  • api
    app responsible for the api of the project, built with DRF

How to run the application

  • create a virtual environment and run
    pip install -r requirements.txt
  • migrate with
    python manage.py migrate
  • run the application with
    python manage.py runserver

The App

youclone

API

youclone_api

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages