Explore historical train routes.
Backend
cd backend
pip3 install uv && uv sync
uv run pre-comit install
uv run python chuggingthroughtime/manage.py migrate
uv run python chuggingthroughtime/manage.py createsuperuser
uv run python chuggingthroughtime/manage.py runserverFrontend
cd frontend
npm install
npm run dev