| A playlist information API written with FastAPI
Christoph Kepler and Felix Döring are cooperation in creating playlists. Both had the idea to include a description and the contents of those playlists on their websites.
To reduce redundant information an API is the easiest way to get them.
- Clone this Repository
- Run
docker-compose up --build
- Clone this Repository
- Create an venv or simply run
pip install -r requirements.txt
- Run
uvicorn tracktor:main --reload
FasAPI generates an openapi.json.
To use a automatically build one have a look at the artifacts of the OpenAPI generation Workflow