Skip to content

Bachelor's thesis. Routing engine employing integrating OpenStreetMap data and Waze traffic updates

License

Notifications You must be signed in to change notification settings

mstrlc/routing-server

Repository files navigation

Routing Server

Routing server integrating OpenStreetMap map data with Waze historical traffic information.

Running the server

Prerequisites

  • Database credentials in .env file
    • DB_HOST
    • DB_PORT
    • DB_USER
    • DB_PASSWORD
    • DB_NAME
  • Python 3.12+ for local setup
  • Docker and Docker Compose for Docker setup

Local setup

pip install -r requirements.txt
chmod +x run.sh
./run.sh

Docker setup

docker compose up -d

About

Bachelor's thesis. Routing engine employing integrating OpenStreetMap data and Waze traffic updates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages