gtfs/services-insert
dancingCycle 27392ae101 chore(services-insert): refactor 2024-02-14 11:37:44 +01:00
..
src chore(services-insert): refactor 2024-02-14 11:37:44 +01:00
readme.md doc(services-insert): extend readme.md 2024-02-05 12:06:12 +01:00

readme.md

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