https://github.com/ifennna/audio-api
https://github.com/ifennna/audio-api
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ifennna/audio-api
- Owner: ifennna
- Created: 2021-03-06T15:01:42.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-06T15:02:33.000Z (about 4 years ago)
- Last Synced: 2025-01-11T13:30:03.070Z (5 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.