Skip to content

a simple REST API service that let's users/clients add/edit/get/delete audio-elements

Notifications You must be signed in to change notification settings

Illucious/django-RESTapi-audio-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django RESTapi Audio CRUD

A simple REST API service for CRUD operations on audio elements in a video editing platform. It is built using DjangoRestFramework


Prerequisites

  • Python ≥3.8
  • pip(prefer latest)

Setup

  1. First clone the repository using the following command
git clone https://github.com/Illucious/django-RESTapi-audio-CRUD.git
  1. Install all the required libraries
pip install -r requirements.txt
  1. Run the server on local machine using
python manage.py runserver

Endpoints

  • /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 project
    • id - ID of the audio-element

About

a simple REST API service that let's users/clients add/edit/get/delete audio-elements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published