API and web app for planning driving routes in the USA with cost-effective fuel stop suggestions (500 mi range, 10 MPG). Uses OpenRouteService for routing and a provided fuel-price dataset.
Live demo: http://usa-fuel-optimizer.aliznet.ir:9090/
cp .env.example .env # set ORS_API_KEY and optionally SECRET_KEY
uv sync # or: pip install -r requirements.txt
python manage.py runserverSee DEPLOYMENT.md for the full guide. Quick start:
cp .env.example .env # set ORS_API_KEY and SECRET_KEY
docker compose up -d --buildStack: Django (Gunicorn) + Redis (cache) + Nginx (reverse proxy and static files).