Routing server integrating OpenStreetMap map data with Waze historical traffic information.
- Database credentials in
.env
fileDB_HOST
DB_PORT
DB_USER
DB_PASSWORD
DB_NAME
- Python 3.12+ for local setup
- Docker and Docker Compose for Docker setup
pip install -r requirements.txt
chmod +x run.sh
./run.sh
docker compose up -d