Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 677 Bytes

File metadata and controls

28 lines (18 loc) · 677 Bytes

MSFS-GTFS

A website for viewing Maine State Ferry Service schedules using the standard General Transit Feed Specification data format.

Routes currently supported:

  • Bass Harbor <=> Swan's Island

BACKEND - API

Python + Flask

Installation

  1. Create virtual environment: virtualenv venv
  2. Activate virtual environment: source ./venv/bin/activate
  3. Install requirements: pip install -r requirements.txt

Running Debug

  1. Activate virtual environment: source ./venv/bin/activate
  2. Run application: python main.py

FRONTEND - Webpage

HTML/CSS + React

  1. Install requirements: npm install
  2. Run dev-server: npx vite