Skip to content

Real-time public transport tracking system developed for Bachelor Thesis. Features live GPS monitoring, route optimization, and cloud synchronization.

License

Notifications You must be signed in to change notification settings

Daniel-Sensei/BusBuddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

158 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BusBuddy: Your Real-Time Bus Companion

Introduction

BusBuddy is a revolutionary real-time bus tracking system developed as an undergraduate thesis project in Computer Science at the University of Calabria. This application enhances the public transportation experience with a variety of features aimed at providing users with up-to-date bus information.

The project consists of two main components:

  1. Client app (this repository)
  2. Tracker app (private repository)

Screenshots

White Theme

Dark Theme

Features

  • Real-time bus tracking: Track your bus's current location and estimated arrival time.
  • Stop details: Check upcoming buses and their schedules for a specific bus stop.
  • Map search: Search for bus stops on the map to change monitoring zones.
  • Favorites: Save favorite buses and stops for quick access.
  • Complete bus line list: Access a comprehensive list of registered bus lines along with their schedules.
  • Bus delays info: Stay informed about bus delays and receive predictions for upcoming arrivals.

Technical Details

  • Client App: Built using Ionic Framework with Angular, enabling multi-platform development for both iOS and Android.
  • Backend Server: Developed with SpringBoot.
  • Database: Utilizes Firebase as a non-relational database, suitable for managing large and diverse datasets.

Installation

To install and run the application, follow these steps:

Prerequisites

  • Node.js (which includes npm)
  • Angular CLI
  • Ionic CLI
  • IntelliJ IDEA (or any IDE of your choice for Java development)

Steps

  1. Clone the repository:
git clone https://github.com/Daniel-Sensei/BusBuddy.git
cd BusBuddy/frontend
  1. Install dependencies:
npm install
  1. Set up backend:
  • Open the backend project in IntelliJ IDEA.
  • Download dependencies specified in pom.xml using Maven.
  1. Run the application:
  • Client app:
    ionic serve
    
    This command serves the app in the browser for development purposes.
  • Backend server:
    • Build and run the SpringBoot application from IntelliJ IDEA.

Author


Feel free to use and modify this application to suit your transportation needs. For any issues or contributions, please visit the repository and submit your queries or pull requests.

About

Real-time public transport tracking system developed for Bachelor Thesis. Features live GPS monitoring, route optimization, and cloud synchronization.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published