Skip to content

This Django-based project visualizes the historical locations of Swedish taxis on an interactive Google Map interface.

Notifications You must be signed in to change notification settings

armankuyucu/taxi-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taxi Tracker App

Overview

This Django-based project visualizes the historical locations of Swedish taxis on an interactive Google Map interface. The dataset used can be found here.

Features

  • User Registration and Authentication: Users can register, log in, and log out.
  • Data Storage: Utilizes MongoDB for storing taxi location data and SQLite for user data.
  • Google Maps Integration: Displays taxi locations on a Google Map.
  • Filtering: Users can filter the taxi locations by time.
  • Custom Markers: Different markers are used to represent two different taxis.

Setup and Usage Instructions

Prerequisites

  • Python 3.9
  • Conda
  • MongoDB
  • Google Maps API Key

Steps

  1. Clone the repository:
    git clone https://github.com/armankuyucu/taxi-tracker.git
  2. Change the directory:
    cd taxi-tracker
  3. Install the required packages:
    conda env create -f taxi_tracker.yml
  4. Activate the conda environment:
     conda activate taxi-tracker
  5. Make migrations:
    python manage.py migrate
  6. Start the application:
    python manage.py runserver
  7. Open the app in your browser: http://127.0.0.1:8000/

Automated Tests

This application has unit tests, integration tests, and end-to-end tests. 22 tests are implemented in total.

To run the automated tests, execute the following command:

python manage.py test

Screenshot

image

About

This Django-based project visualizes the historical locations of Swedish taxis on an interactive Google Map interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published