gtfs/services-insert/readme.md

551 B

insert data into PostgreSQL services table

General

Requirements:

Quick Start Guide

Preparation

  • run the following instruction to install dependenies.
npm i

Development setup

  • run the following instruction to start the service in development mode
DEBUG=debug npm run dev
  • run with all debug output
DEBUG=* npm run dev

Production setup

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