Skip to content

RobShanahanUCD/DublinBusProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DublinBusProject

Repository for UCD MSc. Conversion Research Practicum Project

  • By Paihan Su, Rob Shanahan, John Parks,

Deployed Application:

To run the code

Step 1: Create and activate virtual environment using virtualenv

  • In the terminal:

    • pip install virtualenv
    • virtualenv venv

    For MacOS/Linux

    • source venv/bin/activate

    For Windows

    • venv\Scripts\activate

Step 2: Install requirements

  • cd into the DublinBusProject folder
  • run: pip install -r requirements.txt

Step 3: Launch the application

  • cd into the dublin_bus_time folder
  • run: python3 manage.py runserver

About

Repository for UCD MSc. Conversion Research Practicum Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published