Skip to content

classicvalues/audio_campaign

 
 

Repository files navigation

AudioServer

Description

Flask Web API that simulates the behavior of an audio file server while using a MongoDB / SQL database.
Possible Audio file type:

  • Song
  • Podcast
  • Audiobook

Usage

First make sure you have installed all required libraries. You can simply install all dependencies using requirements.txt, run:
pip install -r requirements.txt
This will install all the dependencies.
Then run:
python main.py
To run the flask server.
You can test the API using Postman.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%