Skip to content

bhavanadharmale/AudioFileServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published