Coder Social home page Coder Social logo

django-server-simulator's Introduction

This is implementation of a simple audio file server simulator using Django Rest Framework

With Implemented create, read, upload, and delete(CRUD) endpoints for an audio file as defined below:

  1. Create API: The request will have the following fields: - audioFileType – mandatory, one of the 3 audio types possible - audioFileMetadata – mandatory, dictionary, contains the metadata for one of the three audio files (song, podcast, audiobook)

    else:- you can directly use the link for audio file type and post the data for same.

  2. Delete API: The route will be in the following format: “/”

  3. Update API: The route be in the following format: “/” - The request body will be the same as the upload

  4. Get API: The route “/” will return the specific audio file - The route “” will return all the audio files of that type.

Install requirements using python -m pip install -r requirements.txt

Below is image of how the output should look like:

![image](https://user-images.githubusercontent.com/33387922/118868147-78ef8100-b901-11eb-82ba-917462c7372c.png)

image image

django-server-simulator's People

Contributors

shouraysolanki avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.