A simple REST API service for CRUD operations on audio elements in a video editing platform. It is built using DjangoRestFramework
- Python ≥3.8
- pip(prefer latest)
- First clone the repository using the following command
git clone https://github.com/Illucious/django-RESTapi-audio-CRUD.git
- Install all the required libraries
pip install -r requirements.txt
- Run the server on local machine using
python manage.py runserver
/api/video-element/
- GET, POST video elements/api/video-element-audio-elements/<video_element_id>/
- GET, DELETE an audio element using video ID/api/"audio-element/
- POST audio elements/api/audio-element/<id>/
- GET, PUT, DELETE- Parameters
video_element_id
- ID of the projectid
- ID of the audio-element