Skip to content

andredarcie/node-gtfs-api

Repository files navigation

Node-GTFS-API

REST API for node-gtfs.

Getting started

Mongo DB

Download and install mongoDB.

To set environment variables on Windows 10:

  1. Right click on Computer
  2. Click on Properties
  3. Click on Advanced System Settings
  4. Click on Environment variables
  5. In System variables on variable Path add the url: C:\Program Files\MongoDB\Server\3.2\bin
  6. Run mongo -version to make sure everything is ok

NodeJS

Download and install NodeJS.
Run node -v to make sure everything is ok

Setup

You can clone from github:

  git clone https://github.com/andredarcie/node-gtfs-api.git

  cd node-gtfs-api

  npm install