Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 537 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 537 Bytes

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.