Video to audio converter with django and DRF and moviepy
- Have Login and Register with OTP and JWT.
- Compliance with the principles of clean coding.
- use Celery as task queue and task schuler
- use Rabbitmq as message broker
- In terminal:
git clone https://github.com/abolfazlz15/DRF_video_converter.git
- cd
DRF_video_converter/
Where the requirements.txt is - In terminal:
python -m venv venv
- activate your venv: in windows
cd venv\scripts\activate
in linux:venv/bin/activate
- Run
pip install requirements.txt
- cd
src/
where the manage.py is - Run
python manage.py runserver