feat(parse-csv-1252): adjust README

This commit is contained in:
dancingCycle 2022-08-25 06:23:05 +02:00
parent cf8509fb54
commit fafa419c5d
1 changed files with 2 additions and 15 deletions

View File

@ -1,25 +1,12 @@
## Overview
tbc
## Preparation
Run the following command in your favorite terminal to install dependenies.
```
npm i
```
## Development setup
Run the following command if you fancy log messages for debugging.
```
export DEBUG=$DEBUG,debug
```
Run the following command to start the service in development mode.
```
npm run dev
```
## Production deployment
tbc
## Links
* [Export PostgresSQL data to CSV file using Node.js](https://www.bezkoder.com/node-js-export-postgresql-csv-file/)