Getting Started To run the application, follow these steps:
-
Start the Local Application Run the following command to start the local application: node app.js
-
Import GTFS Data into MongoDB Use this command to populate MongoDB with GTFS data: node src/utils/importGTFSData.js
-
Enable Real-Time Data Feed for Redis Start the real-time data feed by running: node src/utils/gtfsRtData.js