REST API to request GTFS data from postgres database
Go to file
dancingCycle db5df7e8f8 feat: add example virtual host conf file for apache2 proxy 2022-05-06 15:19:51 +02:00
doc doc: adjust setup 2022-05-06 11:55:54 +02:00
etc/apache2/sites-available feat: add example virtual host conf file for apache2 proxy 2022-05-06 15:19:51 +02:00
src chore: remove test domains 2022-05-06 11:54:30 +02:00
.gitignore chore: adjust gitignore 2022-05-06 12:05:05 +02:00
LICENSE Initial commit 2022-05-02 20:36:22 +02:00
README.md doc: add https for ssl 2022-05-06 12:02:47 +02:00
index.js feat: add https for ssl 2022-05-06 11:57:43 +02:00
package.json feat: add https for ssl 2022-05-06 11:57:43 +02:00

README.md

Postgres-gtfs-rest-api

REST API to request GTFS data from postgres database

Table of Contents

  1. General
  2. Quick Start Guide
  3. Setup

General

TODO

Quick Start Guide

Preparation

  • check out project and change into root folder
git clone git@github.com:Software-Ingenieur-Begerad/postgres-gtfs-rest-api.git
  • run the following instruction to install dependenies.
npm i

Development setup

  • run the following instruction to start the service in development mode
DEBUG=routes,frequencies,stops,config,index,app,root,agency,db npm run dev

Production deployment

  • run the following instruction to start the service in production mode
npm run start

Link