Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 894 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 894 Bytes

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