Routing server integrating OpenStreetMap map data with Waze historical traffic information.
- Database credentials in
.envfileDB_HOSTDB_PORTDB_USERDB_PASSWORDDB_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