An open API service indexing awesome lists of open source software.

https://github.com/ifennna/audio-api


https://github.com/ifennna/audio-api

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Audio file server

A REST API that emulates an audio file server

## Requirements

- Python 3
- Docker
- Docker compose
- GNUMake/BSDMake (Optional)

## Setting up

- Start the database: `make db`

- Run migrations: `make migration`

- Start the server: `make run`

The server should be running on `localhost:5000`.