GithubHelp home page GithubHelp logo

ispeakcomputer / busbuddy_webapp Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 8.13 MB

My Bus buddy application built using Python, Flask, Postgres SQL, HTML5 and CSS3. That will tell you your Denver RTD bus arrival times.

Python 99.65% CSS 0.13% HTML 0.03% Shell 0.05% C 0.07% JavaScript 0.07% Procfile 0.01%

busbuddy_webapp's Introduction

Bus Buddy Flask App - Arrive On Time

This application pulls the real time data from Denvers RTD transit system. Website users request bus times from the database using the interface in order to find their stops next arrival times.

This app is different because you can approch in the stop number and get exact times for that stop.

The application finds the arrival times of all the buses for the day and stores them in the database. Data pulling, parsing, and the loading of the database is handled in the background with Celery task manager. RabbitMQ is used for messaging. Gunicorn serving our webpage.

Motivation

I wanted a more up to date bus arrival times using RTD's predictive data because the existing app was lacking.

Installation

  1. Navigate into the busbuddy_webapp directory
  2. Install pip and virtualenv with "sudo apt-get install pip virtualenv"
  3. Set up your virtualenv directory and activate it. See virtualenv documentation.
  4. run "pip install -r requirements.txt" to install the needed packages.
  5. run "chmod +x start_service.sh stop_service to run start and stop script locally
  6. run ./start_service.sh to start app. Wait for the app to come up and load database.
  7. run ./stop_service.sh to stop the messaging queue, celery and gunicorn completely.

busbuddy_webapp's People

Contributors

ispeakcomputer avatar

Stargazers

 avatar

Watchers

 avatar

busbuddy_webapp's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.