tushar-saini / Filed-Assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filed-Assignment

Description

Web API that simulates the behaviour of an audio file server using MongoDB. Requirements: You have one of the three audio files with structure as defined below.

APIs
  • Create
  • Insert
  • Delete
  • Update

Running the code

Clone the repository from the github.

git clone https://github.com/tushar-saini/Filed-Assignment.git

Install the necessary packages via pip.

pip install -r requirement.txt

Run the local web-server.

uvicorn main:app --reload

Run tests locally

pytest

About

License:Apache License 2.0


Languages

Language:Python 100.0%