Skip to content

ridwanray/video-audio-compressor-app-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video & Audio Compressor App

This system compresses video & audio files submitted by a user

Check here: FULL COURSE

Tools & Services:

  • Django & DRF : for building the APIs
  • Docker & Docker compose: Containerization
  • Celery: For running background task asynchronously(e.g. video&audio compression)
  • Rabbit MQ: A message broker for celery
  • Flower dashboard: For monitoring celery background tasks
  • PosgreSQL: Relational DB
  • File Storage: AWS S3 Bucket
  • VueJs: Frontend

Running locally

Create a .env file by copying the .env.sample provided and run:

docker compose -f docker-compose.yml up --build

to build and run the container using the yaml file.

Access docs:

http://localhost:8000/api/v1/doc

Frontend

Frontend

API

Frontend

Flower

Frontend