Skip to content

Latest commit

 

History

History
121 lines (97 loc) · 2.48 KB

README.md

File metadata and controls

121 lines (97 loc) · 2.48 KB

AudioFileServer

Note:

  1. uploadedTime will taken care by backend part, the value should be current date and time. And this value can't be editted
  2. In update user cannot update id and date_time

Pre-requisite:

  • Install XAMPP
  • enable apache and mysql server from XAMPP
  • create database "flask"

Create API

Song:

#########################################################

Podcast:

########################################################

Audiobook:

  • url: http://127.0.0.1:5000/create/Audiobook
  • method : POST
  • body : { "ID": 1, "title": "World War-II", "author": "Hitler", "narrator": "Bose", "durationSec": 20000, } ########################################################

Delete API : Example

Song:

#########################################################

Podcast:

########################################################

Audiobook:

Update API : Example

Song:

#########################################################

Podcast:

########################################################

Audiobook:

get API : Example

Song:

#########################################################

Podcast:

########################################################

Audiobook:

########################################################