Time Warp is a human-curated, chronological archive for discovering live music footage without algorithmic feeds.
Time Warp is a new iteration of an earlier personal project exploring chronological discovery of live music footage. This version is being developed from the ground up to reflect current skills, tooling, and architectural judgment, rather than to extend or maintain the original codebase. The goal is to produce a clean, well-documented implementation that demonstrates present-day design and engineering ability.
This project uses Django + Django REST Framework as its sole backend.
From the repository root:
cd apps/server
python manage.py migrate
python manage.py runserverThe API will be available at http://127.0.0.1:8000/.
From the repository root:
pytest -qTests are written as contract tests against the HTTP API and should not require any manual server startup.
- Django project root:
apps/server/ - Django settings:
config.settings - API implementation:
archive/api/
There is intentionally one backend for this repository.