Skip to content

Simple project that validates user uploaded videos so that video can't be more than 1 GB in size and 5 mins in length.

Notifications You must be signed in to change notification settings

sumangaire52/video-project

Repository files navigation

video

simple video uploading app built in django and django rest framework.

tools used

-> custom validators to validate the video size and file extension
-> moviepy package along with custom validator to validate the video duration
-> django-rest-framework to generate endpoints and serialize data
Note: I am expecting size in MB and duration in Seconds in the whole project.
Api documentation can be found at localhost:8000/api/docs

About

Simple project that validates user uploaded videos so that video can't be more than 1 GB in size and 5 mins in length.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published